This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Ability to run all Benchmarks in a test file #1522
Closed
Description
Go testing support in this package is awesome. But it would be really cool if you had the abililty to:
run package benchmarks (if any _test.go file had Benckmark functions)
run file benchmarks (if current _test.go file contains Benchmark functions)
Also not show "run file tests" (if current _test.go does not contain Test functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment