From dc6ec74f07e380f7414359acd8e2463fbbf7f0c2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 7 May 2012 10:14:50 -0700 Subject: [PATCH] test/bench/shootout: fix gccgo binary-list-freelist test R=r CC=golang-dev https://golang.org/cl/6202046 --- test/bench/shootout/timing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bench/shootout/timing.sh b/test/bench/shootout/timing.sh index dd3e664f4c..e1c5cf2925 100755 --- a/test/bench/shootout/timing.sh +++ b/test/bench/shootout/timing.sh @@ -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 } -- 2.48.1