go/src/regexp
Keith Randall 9b80791584 regexp: skip long-running benchmarks if -short is specified
This CL helps race.bash finish in a reasonable amount of
time. Otherwise the Match/Hard1/32M benchmark takes over 1200 seconds
to finish on arm64, triggering a timeout.  With this change the regexp
benchmarks as a whole take only about a minute.

Change-Id: Ie2260ef9f5709e32a74bd76f135bc384b2d9853f
Reviewed-on: https://go-review.googlesource.com/c/go/+/201742
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-10-17 19:53:52 +00:00
..
syntax regexp/syntax: exclude full range from String negation case 2019-05-22 04:43:25 +00:00
testdata
all_test.go regexp: optimize for provably too short inputs 2019-05-15 15:28:22 +00:00
backtrack.go std: remove unused bits of code all over the place 2019-09-02 12:57:37 +00:00
example_test.go regexp: add examples for FindSubmatchIndex and Longest 2019-09-28 00:37:35 +00:00
exec.go regexp: optimize for provably too short inputs 2019-05-15 15:28:22 +00:00
exec2_test.go
exec_test.go regexp: skip long-running benchmarks if -short is specified 2019-10-17 19:53:52 +00:00
find_test.go
onepass.go
onepass_test.go regexp: optimize for provably too short inputs 2019-05-15 15:28:22 +00:00
regexp.go regexp: optimize for provably too short inputs 2019-05-15 15:28:22 +00:00