summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug369.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug369.go')
-rw-r--r--test/fixedbugs/bug369.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug369.go b/test/fixedbugs/bug369.go
index 2ee8568e0..6d526228b 100644
--- a/test/fixedbugs/bug369.go
+++ b/test/fixedbugs/bug369.go
@@ -38,9 +38,9 @@ func BenchmarkSlowNonASCII(b *testing.B) {
}
func main() {
- os.Args = []string{os.Args[0], "-test.benchtime=0.1"}
+ os.Args = []string{os.Args[0], "-test.benchtime=100ms"}
flag.Parse()
-
+
rslow := testing.Benchmark(BenchmarkSlowNonASCII)
rfast := testing.Benchmark(BenchmarkFastNonASCII)
tslow := rslow.NsPerOp()