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

Issue 5673045: code review 5673045: runtime, time: accelerate tests in short mode. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by remyoudompheng
Modified:
13 years, 3 months ago
Reviewers:
brainman, r2
CC:
golang-dev, r, remy_archlinux.org
Visibility:
Public.

Description

runtime, time: accelerate tests in short mode. before after go test -short time 4.144s 1.215s go test -short runtime 1.315s 0.351s go test -short -cpu=1,2,4 runtime 4.376s 1.266s Partially solves issue 3015.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -13 lines) Patch
M src/pkg/runtime/gc_test.go View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/pkg/time/sleep_test.go View 1 2 chunks +9 lines, -7 lines 0 comments Download
M src/pkg/time/tick_test.go View 1 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-02-14 20:55:06 UTC) #1
r
LGTM the runtime change seems fine. i'm nervous the changes in the time tests will ...
13 years, 3 months ago (2012-02-14 21:00:22 UTC) #2
remyoudompheng
*** Submitted as http://code.google.com/p/go/source/detail?r=5cb1634cf037 *** runtime, time: accelerate tests in short mode. before after go ...
13 years, 3 months ago (2012-02-14 21:13:43 UTC) #3
brainman
On 2012/02/14 21:13:43, remyoudompheng wrote: > > runtime, time: accelerate tests in short mode. > ...
13 years, 3 months ago (2012-02-15 01:48:42 UTC) #4
r2
On Feb 15, 2012, at 12:48 PM, alex.brainman@gmail.com wrote: > On 2012/02/14 21:13:43, remyoudompheng wrote: ...
13 years, 3 months ago (2012-02-15 01:52:27 UTC) #5
brainman
13 years, 3 months ago (2012-02-15 01:54:00 UTC) #6
On 2012/02/15 01:52:27, r2 wrote:
> 
> ... i think we need to roll back the TestTicker
> change.

OK. I will change, test and send for review.

Alex
Sign in to reply to this message.

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