diff options
Diffstat (limited to 't/perf/testsuite-summary.sh')
-rwxr-xr-x | t/perf/testsuite-summary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/testsuite-summary.sh b/t/perf/testsuite-summary.sh index 296a62102..3c02481a8 100755 --- a/t/perf/testsuite-summary.sh +++ b/t/perf/testsuite-summary.sh @@ -20,7 +20,7 @@ # FIXME: performance is too low, and FAIL accordingly; it just offers # FIXME: an easy way verify how effective a performance optimization is. -. ./defs || exit 1 +. test-init.sh count=10000 |