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

Issue 68050043: code review 68050043: sync: use RunParallel in benchmarks (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by dvyukov
Modified:
11 years, 4 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

sync: use RunParallel in benchmarks

Patch Set 1 #

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

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

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

Total comments: 9

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -285 lines) Patch
M src/pkg/sync/mutex_test.go View 1 2 3 4 2 chunks +21 lines, -51 lines 0 comments Download
M src/pkg/sync/once_test.go View 1 2 chunks +5 lines, -20 lines 0 comments Download
M src/pkg/sync/pool_test.go View 1 1 chunk +15 lines, -33 lines 0 comments Download
M src/pkg/sync/runtime_sema_test.go View 1 2 3 4 2 chunks +28 lines, -57 lines 0 comments Download
M src/pkg/sync/rwmutex_test.go View 1 2 3 4 1 chunk +27 lines, -52 lines 0 comments Download
M src/pkg/sync/waitgroup_test.go View 1 2 3 4 5 3 chunks +29 lines, -72 lines 0 comments Download

Messages

Total messages: 4
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 4 months ago (2014-02-24 09:33:18 UTC) #1
bradfitz
LGTM https://codereview.appspot.com/68050043/diff/10002/src/pkg/sync/mutex_test.go File src/pkg/sync/mutex_test.go (right): https://codereview.appspot.com/68050043/diff/10002/src/pkg/sync/mutex_test.go#newcode89 src/pkg/sync/mutex_test.go:89: type PaddedMutex struct { I would keep this ...
11 years, 4 months ago (2014-02-24 16:44:09 UTC) #2
dvyukov
https://codereview.appspot.com/68050043/diff/10002/src/pkg/sync/mutex_test.go File src/pkg/sync/mutex_test.go (right): https://codereview.appspot.com/68050043/diff/10002/src/pkg/sync/mutex_test.go#newcode89 src/pkg/sync/mutex_test.go:89: type PaddedMutex struct { On 2014/02/24 16:44:09, bradfitz wrote: ...
11 years, 4 months ago (2014-02-25 10:38:47 UTC) #3
dvyukov
11 years, 4 months ago (2014-02-25 10:39:16 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=6e163a22bea3 ***

sync: use RunParallel in benchmarks

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/68050043
Sign in to reply to this message.

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