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

Issue 4911043: code review 4911043: rpc: add benchmark for async rpc calls (Closed)

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

Description

rpc: add benchmark for async rpc calls Also makes sync benchmark concurrent.

Patch Set 1 #

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

Patch Set 3 : diff -r 508513bbf607 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 508513bbf607 https://go.googlecode.com/hg/ #

Total comments: 4

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

Total comments: 1

Patch Set 6 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -11 lines) Patch
M src/pkg/rpc/server_test.go View 1 2 3 4 5 3 chunks +80 lines, -11 lines 0 comments Download

Messages

Total messages: 11
dvyukov
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-08-18 12:02:14 UTC) #1
rsc
R=r
13 years, 10 months ago (2011-08-18 16:38:36 UTC) #2
r
http://codereview.appspot.com/4911043/diff/3002/src/pkg/rpc/server_test.go File src/pkg/rpc/server_test.go (right): http://codereview.appspot.com/4911043/diff/3002/src/pkg/rpc/server_test.go#newcode481 src/pkg/rpc/server_test.go:481: procs := 4 * runtime.GOMAXPROCS(-1) this breaks history. why ...
13 years, 10 months ago (2011-08-19 04:27:39 UTC) #3
dvyukov
PTAL http://codereview.appspot.com/4911043/diff/3002/src/pkg/rpc/server_test.go File src/pkg/rpc/server_test.go (right): http://codereview.appspot.com/4911043/diff/3002/src/pkg/rpc/server_test.go#newcode481 src/pkg/rpc/server_test.go:481: procs := 4 * runtime.GOMAXPROCS(-1) On 2011/08/19 04:27:39, ...
13 years, 10 months ago (2011-08-22 13:57:36 UTC) #4
r
I think you misinterpreted what I was saying. I don't want to lose the non-parallel ...
13 years, 10 months ago (2011-08-23 06:21:29 UTC) #5
rsc
> I don't want to lose the non-parallel benchmark. Moreover I think it's > important ...
13 years, 10 months ago (2011-08-23 12:44:03 UTC) #6
dvyukov
On 2011/08/23 12:44:03, rsc wrote: > > I don't want to lose the non-parallel benchmark. ...
13 years, 10 months ago (2011-08-23 13:09:15 UTC) #7
rsc
http://codereview.appspot.com/4911043/diff/12001/src/pkg/rpc/server_test.go File src/pkg/rpc/server_test.go (right): http://codereview.appspot.com/4911043/diff/12001/src/pkg/rpc/server_test.go#newcode517 src/pkg/rpc/server_test.go:517: func benchmarkEndToEndAsync(dial func() (*Client, os.Error), b *testing.B) { I ...
13 years, 10 months ago (2011-08-26 19:58:30 UTC) #8
dvyukov
Hello r@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-08-31 14:57:17 UTC) #9
rsc
LGTM
13 years, 10 months ago (2011-08-31 17:07:15 UTC) #10
rsc
13 years, 10 months ago (2011-08-31 17:07:31 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=b6a9a219cb63 ***

rpc: add benchmark for async rpc calls
Also makes sync benchmark concurrent.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/4911043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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