summaryrefslogtreecommitdiff
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
commit27e8d86dd9e9f8dc49e234a9750e3be2842a89c6 (patch)
tree1d0d3f6fed536b018ee2610e83747f9496d082ea /test/ken
parentaaa0702ec610b957133d8f19ca5233bb1800f46d (diff)
downloadgo-27e8d86dd9e9f8dc49e234a9750e3be2842a89c6.tar.gz
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 29f1b067c..0b2e05974 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 7c35edeaa..2419a4cf5 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