]> Cypherpunks repositories - gostls13.git/commit
test/garbage: move to test/bench/garbage
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 23:02:49 +0000 (18:02 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 23:02:49 +0000 (18:02 -0500)
commit5fe96c640a23eaac4d53d164e9a164e93b1414af
tree1b73cb469d22483e840dc6ed77367f1b2df74ad8
parent1161e1172bfc17a23fb38f8e930d230c5bc78eae
test/garbage: move to test/bench/garbage

(These are benchmarks for the garbage collector, not tests.)

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5484070
src/clean.bash
test/bench/garbage/Makefile [moved from test/garbage/Makefile with 93% similarity]
test/bench/garbage/parser.go [moved from test/garbage/parser.go with 100% similarity]
test/bench/garbage/peano.go [moved from test/garbage/peano.go with 99% similarity]
test/bench/garbage/stats.go [moved from test/garbage/stats.go with 87% similarity]
test/bench/garbage/tree.go [moved from test/garbage/tree.go with 100% similarity]
test/bench/shootout/timing.sh