Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(185)

Issue 6278048: code review 6278048: test/bench/go1: reduce fasta data size for linux/arm (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by dave
Modified:
12 years, 9 months ago
Reviewers:
CC:
rsc, minux1, dsymonds, golang-dev
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : diff -r 912fdfb20cc6 https://code.google.com/p/go #

Patch Set 3 : diff -r 912fdfb20cc6 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r 912fdfb20cc6 https://code.google.com/p/go #

Patch Set 5 : diff -r b86e13a16723 https://code.google.com/p/go #

Patch Set 6 : diff -r b86e13a16723 https://code.google.com/p/go #

Patch Set 7 : diff -r b86e13a16723 https://code.google.com/p/go #

Patch Set 8 : diff -r 0b5426350053 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M test/bench/go1/fasta_test.go View 1 2 3 4 1 chunk +16 lines, -1 line 0 comments Download
M test/bench/go1/revcomp_test.go View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10
dave_cheney.net
Hello rsc@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 9 months ago (2012-06-04 04:51:22 UTC) #1
dsymonds
http://codereview.appspot.com/6278048/diff/5001/test/bench/go1/fasta_test.go File test/bench/go1/fasta_test.go (right): http://codereview.appspot.com/6278048/diff/5001/test/bench/go1/fasta_test.go#newcode16 test/bench/go1/fasta_test.go:16: // TODO(dfc) remove this limitation after precice gc. "precise"
12 years, 9 months ago (2012-06-04 04:53:24 UTC) #2
dave_cheney.net
PTAL. Also, link to the discussion about the size of the fasta data. https://groups.google.com/d/msg/golang-dev/Na9XE6mcQyY/RRpbNBgV1v8J http://codereview.appspot.com/6278048/diff/5001/test/bench/go1/fasta_test.go ...
12 years, 9 months ago (2012-06-04 05:05:43 UTC) #3
dave_cheney.net
Hello rsc@golang.org, minux.ma@gmail.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 9 months ago (2012-06-04 05:05:59 UTC) #4
minux1
after this change, the name BenchmarkRevcomp25M is no longer accurate, should we also drop the ...
12 years, 9 months ago (2012-06-04 06:43:57 UTC) #5
dave_cheney.net
> after this change, the name BenchmarkRevcomp25M is no longer accurate, > should we also ...
12 years, 9 months ago (2012-06-04 06:45:12 UTC) #6
rsc
LGTM Please do remove 25M from the name. Thanks.
12 years, 9 months ago (2012-06-04 14:20:48 UTC) #7
dave_cheney.net
Hello rsc@golang.org, minux.ma@gmail.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 9 months ago (2012-06-04 23:54:31 UTC) #8
rsc
LGTM
12 years, 9 months ago (2012-06-05 20:24:24 UTC) #9
dave_cheney.net
12 years, 9 months ago (2012-06-05 21:50:20 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=f5904003a449 ***

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
http://codereview.appspot.com/6278048
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b