]> Cypherpunks repositories - gostls13.git/commit
runtime: relax flaky GC pause test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Sep 2014 16:54:53 +0000 (09:54 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Sep 2014 16:54:53 +0000 (09:54 -0700)
commit4930a8d0582d96d390339d2ca454ff8375bb535a
tree89a4023e71917afc06d7e92f6d4e047a5e005345
parent176c44699b5be7861070c01856494b6b94ff918a
runtime: relax flaky GC pause test

We often saw GC pauses of 0 ns, not just on Windows.
Google Compute Engine timer granularity might suck
too.

LGTM=rsc
R=rsc, dvyukov
CC=golang-codereviews
https://golang.org/cl/140910043
src/pkg/runtime/gc_test.go