Commit b7c0ed99 authored by Stefan Behnel's avatar Stefan Behnel

Set number of test shards back to 7.

Difficult to say which is best, but something around 7-9 apparently.
Accumulated C/C++ compile times only ever go up with increasing shard count (tried 5, 7, 8, 9, 12) but the total test time is lowest at 7-9, depending on the specific run. So, let's waste less cycles overall.
parent 4c2396a4
...@@ -97,4 +97,4 @@ python runtests.py \ ...@@ -97,4 +97,4 @@ python runtests.py \
$LIMITED_API \ $LIMITED_API \
$EXCLUDE \ $EXCLUDE \
$(if [ "$COVERAGE" == "1" ]; then echo " --coverage"; fi) \ $(if [ "$COVERAGE" == "1" ]; then echo " --coverage"; fi) \
$(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j8 "; fi) $(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j7 "; fi)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment