This PR speeds up some benchmarks when run as tests by lowering their workload. It also stops testing some of the more expensive benchmarks that can't be easily made smaller.
6 lines
70 B
Bash
6 lines
70 B
Bash
TEST_ARGS=( 7 )
|
|
|
|
if [[ -n $TEST_BENCH ]]; then
|
|
TEST_ARGS=( 10 )
|
|
fi
|
|
|