]> Cypherpunks repositories - gostls13.git/commit
test/bench: move to test/bench/shootout
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:46:54 +0000 (17:46 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:46:54 +0000 (17:46 -0500)
commitbcbb2f93eebcde483291481b9f3d80077959c0be
treeb15f07d30250ec9083460f842b8709bb212c23d9
parentb1175bebd0d2aef604825287b60798fce448a5c4
test/bench: move to test/bench/shootout

R=golang-dev, r, gri, bradfitz
CC=golang-dev
https://golang.org/cl/5487067
53 files changed:
src/run.bash
test/bench/shootout/Makefile [moved from test/bench/Makefile with 100% similarity]
test/bench/shootout/binary-tree-freelist.go [moved from test/bench/binary-tree-freelist.go with 100% similarity]
test/bench/shootout/binary-tree-freelist.txt [moved from test/bench/binary-tree-freelist.txt with 100% similarity]
test/bench/shootout/binary-tree.c [moved from test/bench/binary-tree.c with 100% similarity]
test/bench/shootout/binary-tree.go [moved from test/bench/binary-tree.go with 100% similarity]
test/bench/shootout/binary-tree.txt [moved from test/bench/binary-tree.txt with 100% similarity]
test/bench/shootout/chameneosredux.c [moved from test/bench/chameneosredux.c with 100% similarity]
test/bench/shootout/chameneosredux.go [moved from test/bench/chameneosredux.go with 95% similarity]
test/bench/shootout/chameneosredux.txt [moved from test/bench/chameneosredux.txt with 100% similarity]
test/bench/shootout/fannkuch-parallel.go [moved from test/bench/fannkuch-parallel.go with 100% similarity]
test/bench/shootout/fannkuch-parallel.txt [moved from test/bench/fannkuch-parallel.txt with 100% similarity]
test/bench/shootout/fannkuch.c [moved from test/bench/fannkuch.c with 100% similarity]
test/bench/shootout/fannkuch.go [moved from test/bench/fannkuch.go with 100% similarity]
test/bench/shootout/fannkuch.txt [moved from test/bench/fannkuch.txt with 100% similarity]
test/bench/shootout/fasta-1000.out [moved from test/bench/fasta-1000.out with 100% similarity]
test/bench/shootout/fasta.c [moved from test/bench/fasta.c with 100% similarity]
test/bench/shootout/fasta.go [moved from test/bench/fasta.go with 99% similarity]
test/bench/shootout/fasta.txt [moved from test/bench/fasta.txt with 100% similarity]
test/bench/shootout/k-nucleotide-parallel.go [moved from test/bench/k-nucleotide-parallel.go with 100% similarity]
test/bench/shootout/k-nucleotide-parallel.txt [moved from test/bench/k-nucleotide-parallel.txt with 100% similarity]
test/bench/shootout/k-nucleotide.c [moved from test/bench/k-nucleotide.c with 100% similarity]
test/bench/shootout/k-nucleotide.go [moved from test/bench/k-nucleotide.go with 100% similarity]
test/bench/shootout/k-nucleotide.txt [moved from test/bench/k-nucleotide.txt with 100% similarity]
test/bench/shootout/mandelbrot.c [moved from test/bench/mandelbrot.c with 100% similarity]
test/bench/shootout/mandelbrot.go [moved from test/bench/mandelbrot.go with 100% similarity]
test/bench/shootout/mandelbrot.txt [moved from test/bench/mandelbrot.txt with 100% similarity]
test/bench/shootout/meteor-contest.c [moved from test/bench/meteor-contest.c with 100% similarity]
test/bench/shootout/meteor-contest.go [moved from test/bench/meteor-contest.go with 99% similarity]
test/bench/shootout/meteor-contest.txt [moved from test/bench/meteor-contest.txt with 100% similarity]
test/bench/shootout/nbody.c [moved from test/bench/nbody.c with 100% similarity]
test/bench/shootout/nbody.go [moved from test/bench/nbody.go with 80% similarity]
test/bench/shootout/nbody.txt [moved from test/bench/nbody.txt with 100% similarity]
test/bench/shootout/pidigits.c [moved from test/bench/pidigits.c with 100% similarity]
test/bench/shootout/pidigits.go [moved from test/bench/pidigits.go with 100% similarity]
test/bench/shootout/pidigits.txt [moved from test/bench/pidigits.txt with 100% similarity]
test/bench/shootout/regex-dna-parallel.go [moved from test/bench/regex-dna-parallel.go with 100% similarity]
test/bench/shootout/regex-dna-parallel.txt [moved from test/bench/regex-dna-parallel.txt with 100% similarity]
test/bench/shootout/regex-dna.c [moved from test/bench/regex-dna.c with 100% similarity]
test/bench/shootout/regex-dna.go [moved from test/bench/regex-dna.go with 100% similarity]
test/bench/shootout/regex-dna.txt [moved from test/bench/regex-dna.txt with 100% similarity]
test/bench/shootout/reverse-complement.c [moved from test/bench/reverse-complement.c with 100% similarity]
test/bench/shootout/reverse-complement.go [moved from test/bench/reverse-complement.go with 100% similarity]
test/bench/shootout/reverse-complement.txt [moved from test/bench/reverse-complement.txt with 100% similarity]
test/bench/shootout/spectral-norm-parallel.go [moved from test/bench/spectral-norm-parallel.go with 100% similarity]
test/bench/shootout/spectral-norm.c [moved from test/bench/spectral-norm.c with 100% similarity]
test/bench/shootout/spectral-norm.go [moved from test/bench/spectral-norm.go with 100% similarity]
test/bench/shootout/spectral-norm.txt [moved from test/bench/spectral-norm.txt with 100% similarity]
test/bench/shootout/threadring.c [moved from test/bench/threadring.c with 100% similarity]
test/bench/shootout/threadring.go [moved from test/bench/threadring.go with 99% similarity]
test/bench/shootout/threadring.txt [moved from test/bench/threadring.txt with 100% similarity]
test/bench/shootout/timing.log [moved from test/bench/timing.log with 100% similarity]
test/bench/shootout/timing.sh [moved from test/bench/timing.sh with 100% similarity]