aboutsummaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-09 11:18:32 -0700
committerRuss Cox <rsc@golang.org>2009-10-09 11:18:32 -0700
commitebd27d62fdd45d2fd84f7b6b3fa0740595ac1a04 (patch)
tree1d0d3f6fed536b018ee2610e83747f9496d082ea /test/ken
parentf0bde7c51bf6169043bf605798116b75b85615f5 (diff)
downloadgo-ebd27d62fdd45d2fd84f7b6b3fa0740595ac1a04.tar.gz
go-ebd27d62fdd45d2fd84f7b6b3fa0740595ac1a04.zip
time tests; sort -nr times.out | sed 10q is illuminating.
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/divconst.go2
-rw-r--r--test/ken/modconst.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ken/divconst.go b/test/ken/divconst.go
index 29f1b067c9..0b2e059748 100644
--- a/test/ken/divconst.go
+++ b/test/ken/divconst.go
@@ -8,7 +8,7 @@ package main
import "rand"
-const Count = 1e6
+const Count = 1e5
func
i64rand() int64
diff --git a/test/ken/modconst.go b/test/ken/modconst.go
index 7c35edeaa9..2419a4cf5e 100644
--- a/test/ken/modconst.go
+++ b/test/ken/modconst.go
@@ -8,7 +8,7 @@ package main
import "rand"
-const Count = 1e6
+const Count = 1e5
func
i64rand() int64