diff options
Diffstat (limited to 'test/bench/timing.sh')
-rwxr-xr-x | test/bench/timing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bench/timing.sh b/test/bench/timing.sh index 83ffd2494..5cd82dfd9 100755 --- a/test/bench/timing.sh +++ b/test/bench/timing.sh @@ -119,6 +119,7 @@ regexdna() { run 'gcc -O2 regex-dna.c -lpcre' a.out <x # run 'gccgo -O2 regex-dna.go' a.out <x # pages badly; don't run run 'gc regex-dna' $O.out <x + run 'gc regex-dna-parallel' $O.out <x run 'gc_B regex-dna' $O.out <x rm x } |