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

Issue 5040048: code review 5040048: suffixarray: add benchmarks for construction

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by Eric Roshan Eisner
Modified:
13 years, 5 months ago
Reviewers:
gri, jmhodges
CC:
gri, jmhodges, golang-dev
Visibility:
Public.

Description

suffixarray: add benchmarks for construction

Patch Set 1 #

Patch Set 2 : diff -r 2c36e4180313 https://go.googlecode.com/hg #

Patch Set 3 : diff -r 2c36e4180313 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 2c36e4180313 https://go.googlecode.com/hg #

Total comments: 3

Patch Set 5 : diff -r b9195358cc18 https://go.googlecode.com/hg #

Total comments: 2

Patch Set 6 : diff -r 671d87eec5df https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M src/pkg/index/suffixarray/suffixarray_test.go View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 10
Eric Roshan Eisner
Hello gri@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 6 months ago (2011-09-18 21:53:06 UTC) #1
jmhodges
When writing benchmarks, don't forget to use b.N. Also, would it be better to test ...
13 years, 6 months ago (2011-09-19 06:23:30 UTC) #2
gri
Please also address Jeff Hodges' comments (b.N, qsufsort). http://codereview.appspot.com/5040048/diff/5001/src/pkg/index/suffixarray/suffixarray_test.go File src/pkg/index/suffixarray/suffixarray_test.go (right): http://codereview.appspot.com/5040048/diff/5001/src/pkg/index/suffixarray/suffixarray_test.go#newcode260 src/pkg/index/suffixarray/suffixarray_test.go:260: // ...
13 years, 6 months ago (2011-09-19 18:01:09 UTC) #3
Eric Roshan Eisner
Hello gri@golang.org, jeff@somethingsimilar.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2011-09-20 05:57:12 UTC) #4
Eric Roshan Eisner
I've made these changes, but I don't see why the benchmarks should be timing the ...
13 years, 5 months ago (2011-09-20 06:01:28 UTC) #5
jmhodges
LGTM Not a committer, however.
13 years, 5 months ago (2011-09-20 09:46:39 UTC) #6
gri
This can be vastly simplified. I'm sorry I missed this in the first round. - ...
13 years, 5 months ago (2011-09-20 21:22:07 UTC) #7
Eric Roshan Eisner
Hello gri@golang.org, jeff@somethingsimilar.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2011-09-23 05:08:37 UTC) #8
gri
LGTM. Thanks. - gri
13 years, 5 months ago (2011-09-23 16:14:52 UTC) #9
gri
13 years, 5 months ago (2011-09-23 16:18:22 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=fb86ba0354a5 ***

suffixarray: add benchmarks for construction

R=gri, jeff
CC=golang-dev
http://codereview.appspot.com/5040048

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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