0
1
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:
Russ Cox
2009-10-09 11:18:32 -07:00
parent f0bde7c51b
commit ebd27d62fd
9 changed files with 20 additions and 15 deletions

@ -8,7 +8,7 @@ package main
import "rand"
const Count = 1e6
const Count = 1e5
func
i64rand() int64