summaryrefslogtreecommitdiff
path: root/test/bench/timing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/bench/timing.sh')
-rwxr-xr-xtest/bench/timing.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bench/timing.sh b/test/bench/timing.sh
index fec39182c..473c9b312 100755
--- a/test/bench/timing.sh
+++ b/test/bench/timing.sh
@@ -123,7 +123,8 @@ regexdna() {
runonly a.out 100000 > x
runonly echo 'regex-dna 100000'
run 'gcc -O2 regex-dna.c -lpcre' a.out <x
-# run 'gccgo -O2 regex-dna.go' a.out <x # restore after regexp.FindIndex is in library
+ run 'gccgo -O2 regex-dna.go' a.out <x
+ run 'gccgo -O2 regex-dna-parallel.go' a.out <x
run 'gc regex-dna' $O.out <x
run 'gc regex-dna-parallel' $O.out <x
run 'gc_B regex-dna' $O.out <x