mirror of
https://github.com/golang/go
synced 2024-11-23 07:20:06 -07:00
test/bench/shootout: fix build
Change-Id: Ic8ff6c28ec899cf5e01553b83110eb6262870995 Reviewed-on: https://go-review.googlesource.com/12918 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
bd1efd5099
commit
fd179afb56
@ -83,7 +83,7 @@ run() {
|
|||||||
program=$(echo $1 | sed 's/gc //')
|
program=$(echo $1 | sed 's/gc //')
|
||||||
shift
|
shift
|
||||||
echo $program
|
echo $program
|
||||||
$1 <fasta-1000.out > /tmp/$$
|
$1 <fasta-1000.txt > /tmp/$$
|
||||||
case $program in
|
case $program in
|
||||||
chameneosredux)
|
chameneosredux)
|
||||||
# exact numbers may vary but non-numbers should match
|
# exact numbers may vary but non-numbers should match
|
||||||
|
Loading…
Reference in New Issue
Block a user