1
0
mirror of https://github.com/golang/go synced 2024-11-17 22:44:41 -07:00
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
testdata
all_test.go
backtrack.go
example_test.go regexp: add examples for FindSubmatchIndex and Longest 2019-09-28 00:37:35 +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
exec.go
find_test.go
onepass_test.go
onepass.go
regexp.go