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.
5 lines
80 B
Bash
5 lines
80 B
Bash
TEST_ARGS=( 4 1000 )
|
|
|
|
if [[ -n $TEST_BENCH ]]; then
|
|
TEST_ARGS=( 4 100000 )
|
|
fi
|