]> Cypherpunks repositories - gostls13.git/commit
test/bench/go1: reduce fasta data size for linux/arm
authorDave Cheney <dave@cheney.net>
Tue, 5 Jun 2012 21:49:58 +0000 (07:49 +1000)
committerDave Cheney <dave@cheney.net>
Tue, 5 Jun 2012 21:49:58 +0000 (07:49 +1000)
commit166dab6993029802526804393a31cb8d080743e6
tree033f15dc560d8492c49d38c0cf0f232456f55cd7
parent3a66bc415e674ed0ba2dd55ec7ef413fcac3778e
test/bench/go1: reduce fasta data size for linux/arm

As discussed on golang-dev, reduce the size of the fasta
dataset to make it possible to run the go1 benchmarks on
small ARM systems.

Also, remove the 25m suffix from fasta data and Revcomp.

linux/arm: pandaboard OMAP4

BenchmarkBinaryTree17          1        70892426000 ns/op
BenchmarkFannkuch11            1        35712066000 ns/op
BenchmarkGobDecode            10         137146000 ns/op           5.60 MB/s
BenchmarkGobEncode            50          64953000 ns/op          11.82 MB/s
BenchmarkGzip          1        5675690000 ns/op           3.42 MB/s
BenchmarkGunzip        1        1207001000 ns/op          16.08 MB/s
BenchmarkJSONEncode            5         860424800 ns/op           2.26 MB/s
BenchmarkJSONDecode            1        3321839000 ns/op           0.58 MB/s
BenchmarkMandelbrot200        50          45893560 ns/op
BenchmarkRevcomp              10         135220300 ns/op          18.80 MB/s
BenchmarkTemplate              1        6385681000 ns/op           0.30 MB/s

R=rsc, minux.ma, dsymonds
CC=golang-dev
https://golang.org/cl/6278048
test/bench/go1/fasta_test.go
test/bench/go1/revcomp_test.go