mirror of
https://github.com/golang/go
synced 2025-05-28 15:20:42 +00:00
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
This commit is contained in:
@ -8,7 +8,7 @@ package main
|
||||
|
||||
import "rand"
|
||||
|
||||
const Count = 1e6
|
||||
const Count = 1e5
|
||||
|
||||
func
|
||||
i64rand() int64
|
||||
|
Reference in New Issue
Block a user