Ability to pass positional args to pytest running benchmarks
Use case: one needs to filter tests and run benchmarks only for given test/test group you can use pytest -k option to set such group.
Loading
Please sign in to comment
Use case: one needs to filter tests and run benchmarks only for given test/test group you can use pytest -k option to set such group.