We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473080b commit c95074dCopy full SHA for c95074d
pyperformance/data-files/benchmarks/bm_random/run_benchmark.py
@@ -48,8 +48,8 @@ def wrapper(loops):
48
49
if __name__ == '__main__':
50
runner = pyperf.Runner()
51
- runner.metadata['description'] = "random benchmark"
+ runner.metadata['description'] = 'random benchmark: core random distributions'
52
53
for func, args in BENCHMARKS:
54
- name = f"random.{func.__name__}{args!r}"
+ name = f'random.{func.__name__}{args}'
55
runner.bench_time_func(name, bench_func(func, args))
0 commit comments