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

Issue 6441134: code review 6441134: net/http: add parallel client/server benchmark (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by dvyukov
Modified:
11 years, 7 months ago
Reviewers:
CC:
bradfitz, dave_cheney.net, dsymonds, gobot, golang-dev
Visibility:
Public.

Description

net/http: add parallel client/server benchmark R=bradfitz@golang.org

Patch Set 1 #

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

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

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

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

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

Total comments: 5

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

Patch Set 8 : diff -r 1546a1ef0102 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r 1546a1ef0102 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r e17cd42dcc09 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -0 lines) Patch
M src/pkg/net/http/serve_test.go View 1 2 3 4 5 6 8 2 chunks +47 lines, -0 lines 0 comments Download

Messages

Total messages: 9
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 8 months ago (2012-08-14 21:47:07 UTC) #1
dvyukov
Is it a representative benchmark? I see strange results on it: BenchmarkClientServerParallel 50000 123094 ns/op ...
11 years, 8 months ago (2012-08-14 21:56:38 UTC) #2
dave_cheney.net
Looks reasonable to me. I think you should add a P=100 case as well if ...
11 years, 8 months ago (2012-08-16 11:23:48 UTC) #3
dvyukov
On 2012/08/16 11:23:48, dfc wrote: > Looks reasonable to me. I think you should add ...
11 years, 8 months ago (2012-08-17 17:30:25 UTC) #4
bradfitz
LGTM http://codereview.appspot.com/6441134/diff/9001/src/pkg/net/http/serve_test.go File src/pkg/net/http/serve_test.go (right): http://codereview.appspot.com/6441134/diff/9001/src/pkg/net/http/serve_test.go#newcode1303 src/pkg/net/http/serve_test.go:1303: P := runtime.GOMAXPROCS(-1) * conc capital P? how ...
11 years, 8 months ago (2012-08-20 05:51:29 UTC) #5
gobot
R=dsymonds (assigned by bradfitz)
11 years, 8 months ago (2012-08-20 06:16:50 UTC) #6
gobot
R=bradfitz (assigned by bradfitz)
11 years, 8 months ago (2012-08-20 06:20:57 UTC) #7
dvyukov
PTAL http://codereview.appspot.com/6441134/diff/9001/src/pkg/net/http/serve_test.go File src/pkg/net/http/serve_test.go (right): http://codereview.appspot.com/6441134/diff/9001/src/pkg/net/http/serve_test.go#newcode1303 src/pkg/net/http/serve_test.go:1303: P := runtime.GOMAXPROCS(-1) * conc On 2012/08/20 05:51:29, ...
11 years, 8 months ago (2012-08-20 09:13:19 UTC) #8
dvyukov
11 years, 8 months ago (2012-08-24 10:20:01 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=219989b731b8 ***

net/http: add parallel client/server benchmark
R=bradfitz@golang.org

R=bradfitz
CC=bradfitz, dave, dsymonds, gobot, golang-dev
http://codereview.appspot.com/6441134
Sign in to reply to this message.

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