Commit 6b2aabee authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

sync: fix typo in benchmark name

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118860043
parent 92c1e720
......@@ -136,7 +136,7 @@ func BenchmarkPool(b *testing.B) {
})
}
func BenchmarkPoolOverlflow(b *testing.B) {
func BenchmarkPoolOverflow(b *testing.B) {
var p Pool
b.RunParallel(func(pb *testing.PB) {
for pb.Next() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment