This commit is contained in:
Fabrizio (Misto) Milo 2013-08-06 19:00:09 -07:00
parent 394c2d4bf3
commit aa0313595e

View File

@ -56,7 +56,7 @@ func TestWatch(t *testing.T) {
} }
} }
// BenchmarkWatch creates 10K watchers watch at /foo/[paht] each time. // BenchmarkWatch creates 10K watchers watch at /foo/[path] each time.
// Path is randomly chosen with max depth 10. // Path is randomly chosen with max depth 10.
// It should take less than 15ms to wake up 10K watchers. // It should take less than 15ms to wake up 10K watchers.
func BenchmarkWatch(b *testing.B) { func BenchmarkWatch(b *testing.B) {