aboutsummaryrefslogtreecommitdiff
path: root/test/rotate2.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2015-05-18 11:09:29 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2015-05-28 19:40:58 +0000
commit3ba6387bd09d8dd67d04e16725a9a0ffab78756b (patch)
treed9fa41ff51a92d25cfa9c684d23c67e68a5920ff /test/rotate2.go
parent596bb76248dd7844ba3bebcdeab9a7c42ef5855a (diff)
downloadgo-3ba6387bd09d8dd67d04e16725a9a0ffab78756b.tar.gz
go-3ba6387bd09d8dd67d04e16725a9a0ffab78756b.zip
test: re-enable rotate tests
Memory usage has been reduced. The tests are still slow, but that is issue #10571. /usr/bin/time shows significant variation in the peak memory usage compiling with tip. This is unsurprising, given GC. Using Go 1.4.2, memory is stable at 410mb. Using tip at d2ee09298, memory ranges from 470mb (+15%) to 534mb (+30%), with a mean of 504mb (+23%), with n=50. Fixes #9933. Change-Id: Id31f3ae086ec324abf70e8f1a8044c4a0c27e274 Reviewed-on: https://go-review.googlesource.com/10211 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/rotate2.go')
-rw-r--r--test/rotate2.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rotate2.go b/test/rotate2.go
index 9044625312..c50f8ce73b 100644
--- a/test/rotate2.go
+++ b/test/rotate2.go
@@ -1,5 +1,3 @@
-// skip
-
// runoutput ./rotate.go
// Copyright 2013 The Go Authors. All rights reserved.