]> Cypherpunks repositories - gostls13.git/commit
math/rand: decrease test duration in short mode
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 19 Jan 2012 12:17:44 +0000 (16:17 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 19 Jan 2012 12:17:44 +0000 (16:17 +0400)
commitf2f0059307e3ff555858b2d51493187f467c17e2
treed9c06ff0ef7597f8b39eb6793d0845703cf28b71
parent3358a5068a87bc25bd551698f4f0be7c5677168d
math/rand: decrease test duration in short mode
TestNonStandardNormalValues runs 1.5s,
the change reduces it to 0.2s in short mode.
The problem is with slow machines, emulators and dynamic tools.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5540065
src/pkg/math/rand/rand_test.go