]> Cypherpunks repositories - gostls13.git/commit
regexp: fix a benchmark case
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 29 Aug 2013 20:55:30 +0000 (13:55 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 29 Aug 2013 20:55:30 +0000 (13:55 -0700)
commitc4aa9c5c4ef32cdc65d29ac7e7cfa96fdbf7d394
treeab92247f7243d0fcbf5c8db66c8ca309d60f3d52
parent716a409b9044850d0edf11318ec0eca63de57a93
regexp: fix a benchmark case

I noticed that this one benchmark in particular was very
noisy.  Looking into it, I saw that the table was wrong
and inconsistent with the lines above and below.

R=golang-dev, crawshaw
CC=golang-dev
https://golang.org/cl/13393045
src/pkg/regexp/exec_test.go