summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map.go b/test/map.go
index 821f02ee0..a92586ff4 100644
--- a/test/map.go
+++ b/test/map.go
@@ -667,7 +667,7 @@ func testnan() {
return time.Since(t0)
}
- n := 30000 // 0.02 seconds on a MacBook Air
+ n := 60000 // 0.04 seconds on a MacBook Air
t1 := t(n)
t2 := t(2 * n)
if t2 > 3*t1 { // should be 2x (linear); allow up to 3x