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

Issue 115960043: code review 115960043: encoding/gob: make benchmarks parallel (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by dvyukov
Modified:
10 years, 9 months ago
Reviewers:
r, gobot
CC:
golang-codereviews, r
Visibility:
Public.

Description

encoding/gob: make benchmarks parallel There are lots of internal synchronization in gob, so it makes sense to have parallel benchmarks. Also add a benchmark with slices and interfaces.

Patch Set 1 #

Patch Set 2 : diff -r a622a4ff09da https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r a622a4ff09da https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r a622a4ff09da https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 1

Patch Set 5 : diff -r 3b3e7fe70577b153f3c67532bbdc92f7312d7126 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r 3b3e7fe70577b153f3c67532bbdc92f7312d7126 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 7 : diff -r 19201bb04c4fc975273e0d9f8d68bf844d1163cd https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -19 lines) Patch
M src/pkg/encoding/gob/timing_test.go View 1 2 3 4 1 chunk +38 lines, -19 lines 0 comments Download

Messages

Total messages: 11
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 9 months ago (2014-07-18 10:29:32 UTC) #1
dvyukov
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 9 months ago (2014-07-18 10:30:08 UTC) #2
r
not sure this is worth it since the stream is serialized. https://codereview.appspot.com/115960043/diff/50001/src/pkg/encoding/gob/timing_test.go File src/pkg/encoding/gob/timing_test.go (right): ...
10 years, 9 months ago (2014-07-18 20:31:19 UTC) #3
dvyukov
On Sat, Jul 19, 2014 at 12:31 AM, <r@golang.org> wrote: > not sure this is ...
10 years, 9 months ago (2014-07-19 07:10:50 UTC) #4
dvyukov
On 2014/07/19 07:10:50, dvyukov wrote: > On Sat, Jul 19, 2014 at 12:31 AM, <mailto:r@golang.org> ...
10 years, 9 months ago (2014-08-07 15:27:48 UTC) #5
r
address my comment and i'll sign off
10 years, 9 months ago (2014-08-07 15:41:30 UTC) #6
dvyukov
On 2014/08/07 15:41:30, r wrote: > address my comment and i'll sign off Done PTAL
10 years, 9 months ago (2014-08-07 15:56:51 UTC) #7
r
LGTM
10 years, 9 months ago (2014-08-07 17:14:04 UTC) #8
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=a8843f90d292 *** encoding/gob: make benchmarks parallel There are lots of internal synchronization ...
10 years, 9 months ago (2014-08-07 17:39:38 UTC) #9
gobot
This CL appears to have broken the linux-amd64-race builder. See http://build.golang.org/log/e70a89469ce619827e85db35f2407fca2b061865
10 years, 9 months ago (2014-08-07 17:57:10 UTC) #10
dvyukov
10 years, 9 months ago (2014-08-07 18:18:15 UTC) #11
on it

On Thu, Aug 7, 2014 at 9:57 PM,  <gobot@golang.org> wrote:
> This CL appears to have broken the linux-amd64-race builder.
> See http://build.golang.org/log/e70a89469ce619827e85db35f2407fca2b061865
>
> https://codereview.appspot.com/115960043/
Sign in to reply to this message.

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