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

Issue 6260053: code review 6260053: net/http: add new Server benchmark (Closed)

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

Description

net/http: add new Server benchmark The new BenchmarkServer avoids profiling the client code by running it in a child process.

Patch Set 1 #

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

Total comments: 1

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

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

Patch Set 5 : diff -r 222a28e46943 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 12
bradfitz
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, 2 months ago (2012-05-29 23:35:37 UTC) #1
rsc
http://codereview.appspot.com/6260053/diff/2001/src/pkg/net/http/serve_test.go File src/pkg/net/http/serve_test.go (right): http://codereview.appspot.com/6260053/diff/2001/src/pkg/net/http/serve_test.go#newcode1252 src/pkg/net/http/serve_test.go:1252: ExportFormatTime(t) Put these benchmarks in one of the many ...
13 years, 2 months ago (2012-06-03 03:43:44 UTC) #2
bradfitz
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2012-06-03 19:52:38 UTC) #3
rsc
Is the custom format still worth having at all?
13 years, 2 months ago (2012-06-03 19:55:23 UTC) #4
bradfitz
On Sun, Jun 3, 2012 at 12:55 PM, Russ Cox <rsc@golang.org> wrote: > Is the ...
13 years, 2 months ago (2012-06-03 23:36:50 UTC) #5
rsc
On Sun, Jun 3, 2012 at 7:36 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Are further ...
13 years, 2 months ago (2012-06-03 23:53:13 UTC) #6
bradfitz
On Sun, Jun 3, 2012 at 4:52 PM, Russ Cox <rsc@golang.org> wrote: > On Sun, ...
13 years, 2 months ago (2012-06-04 00:23:04 UTC) #7
bradfitz
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2012-06-04 00:24:07 UTC) #8
rsc
On Sun, Jun 3, 2012 at 8:23 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > I was ...
13 years, 2 months ago (2012-06-04 14:17:45 UTC) #9
bradfitz
On Mon, Jun 4, 2012 at 7:17 AM, Russ Cox <rsc@golang.org> wrote: > On Sun, ...
13 years, 2 months ago (2012-06-04 14:32:48 UTC) #10
rsc
LGTM
13 years, 2 months ago (2012-06-04 14:43:40 UTC) #11
bradfitz
13 years, 2 months ago (2012-06-04 15:06:08 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=7d28afbc8273 ***

net/http: add new Server benchmark

The new BenchmarkServer avoids profiling the client code
by running it in a child process.

R=rsc
CC=golang-dev
http://codereview.appspot.com/6260053
Sign in to reply to this message.

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