1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -07:00

test/bench/shootout: fix gccgo binary-list-freelist test

R=r
CC=golang-dev
https://golang.org/cl/6202046
This commit is contained in:
Ian Lance Taylor 2012-05-07 10:14:50 -07:00
parent 9d063816ef
commit dc6ec74f07

View File

@ -107,7 +107,7 @@ binarytree() {
runonly echo 'binary-tree 15 # too slow to use 20'
run 'gcc -O2 binary-tree.c -lm' a.out 15
run 'gccgo -O2 binary-tree.go' a.out -n 15
run 'gccgo -O2 binary-tree-freelist.go' $O.out -n 15
run 'gccgo -O2 binary-tree-freelist.go' a.out -n 15
run 'gc binary-tree' $O.out -n 15
run 'gc binary-tree-freelist' $O.out -n 15
}