Skip to content

Commit

Permalink
test/CMakeLists.txt: update the default test fixtures costs
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 17, 2023
1 parent dd76504 commit 247aaaa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,16 @@ if (BUILD_TESTS)

# Set cost of the more expensive tests to help improve parallel scheduling
# of tests
fixture_cost(TestIO 20)
fixture_cost(cfg-std_c 8)
fixture_cost(TestThreadExecutor 5)
fixture_cost(TestLeakAutoVarRecursiveCountLimit 4)
fixture_cost(TestTokenizer 4)
fixture_cost(TestProcessExecutorFiles 100)
fixture_cost(TestProcessExecutorFS 100)
fixture_cost(TestThreadExecutorFS 90)
fixture_cost(TestThreadExecutorFiles 90)
fixture_cost(cfg-std_cpp 80)
fixture_cost(TestIO 70)
fixture_cost(TestSimplifyTemplate 70)
fixture_cost(TestStl 60)
fixture_cost(TestCondition 50)
fixture_cost(TestValueFlow 40)
fixture_cost(TestSuppressions 30)
endif()
endif()

0 comments on commit 247aaaa

Please sign in to comment.