MCPcopy Index your code
hub / github.com/RustPython/RustPython / bench

Function bench

benches/test_benchmarks.py:30–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28@pytest.mark.parametrize('args', benchmarks, ids=benchmark_ids)
29def test_bench(exe, args, benchmark):
30 def bench():
31 subprocess.run([exe] + args)
32
33 benchmark(bench)
34

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected