gh-995: Allow filtering a single benchmark test#1068
Conversation
paddyroddy
left a comment
There was a problem hiding this comment.
These need to be documented somewhere.
Also do you think it's clearest having one function rather than benchmark and benchmark_all? I know it's not very DRY, but I'm just thinking of other users that aren't us
| session.run( | ||
| "pytest", | ||
| BENCH_TESTS_LOC, | ||
| *SHARED_BENCHMARK_FLAGS, |
There was a problem hiding this comment.
Why weren't we using these before?
There was a problem hiding this comment.
I think we just missed this.
I think it's clearer to have |
Okay, fair enough |
|
I missed out a call to |
Description
Fixes: #995
Changelog entry
Added: Ability to run benchmarks/regression tests for a single test
Checks