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

Issue 8174043: code review 8174043: bytes: Benchmark Buffer's compactions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by robryk
Modified:
11 years, 1 month ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

bytes: Benchmark Buffer's compactions This benchmark verifies that CL #8173043 reduces time spent sliding the Buffer's contents. Results without and with CL #8173043 applied: benchmark old ns/op new ns/op delta BenchmarkBufferFullSmallReads 755336 175054 -76.82%

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M src/pkg/bytes/buffer_test.go View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 7
robryk
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 1 month ago (2013-03-29 20:50:15 UTC) #1
bradfitz
Could you add a little comment above the benchmark with a summary and referencing the ...
11 years, 1 month ago (2013-03-29 20:52:11 UTC) #2
robryk
Added a reference to the issue.
11 years, 1 month ago (2013-03-29 20:57:41 UTC) #3
bradfitz
LGTM On Fri, Mar 29, 2013 at 1:57 PM, <robryk@gmail.com> wrote: > Added a reference ...
11 years, 1 month ago (2013-03-29 21:05:17 UTC) #4
bradfitz
abort: cannot find robryk@gmail.com in CONTRIBUTORS You need to fill out a CLA. See http://golang.org/doc/contribute.html#copyright ...
11 years, 1 month ago (2013-03-29 21:06:46 UTC) #5
robryk
On Fri, Mar 29, 2013 at 10:06 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > abort: cannot ...
11 years, 1 month ago (2013-03-29 21:15:30 UTC) #6
bradfitz
11 years, 1 month ago (2013-03-29 21:17:11 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=192e257c6507 ***

bytes: Benchmark Buffer's compactions

This benchmark verifies that CL #8173043 reduces time spent
sliding the Buffer's contents.

Results without and with CL #8173043 applied:
benchmark                        old ns/op    new ns/op    delta
BenchmarkBufferFullSmallReads       755336       175054  -76.82%

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/8174043

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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