We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39655ee commit ed6faedCopy full SHA for ed6faed
tests/test_run_benchmarks.py
@@ -192,7 +192,3 @@ def test_run_benchmarks_flags(benchmarks_checkout):
192
f"python-main-{platform.python_version()}-9d38120.json"
193
) as fd:
194
json.load(fd)
195
-
196
197
-def test_get_benchmark_hash():
198
- assert benchmark_definitions.get_benchmark_hash() == "dcfded"
0 commit comments