]> Cypherpunks repositories - gostls13.git/commit
regexp tests: make some benchmarks more meaningful
authorRob Pike <r@golang.org>
Wed, 2 Feb 2011 01:48:42 +0000 (17:48 -0800)
committerRob Pike <r@golang.org>
Wed, 2 Feb 2011 01:48:42 +0000 (17:48 -0800)
commit8a2d70648721478fb6560fa6684a36c97fa9e076
tree9607b3981bd53070b46c3fe0b75bcd2ecb56c2b2
parent97ce34244ff021bf54d8b8b8a573fc3d2377f27c
regexp tests: make some benchmarks more meaningful
The first two "Literal" tests were silly.
Also fix a naming typo in a couple of tests.

R=rsc
CC=golang-dev
https://golang.org/cl/4127045
src/pkg/regexp/all_test.go
src/pkg/regexp/find_test.go