Skip to content

Commit c95074d

Browse files
authored
Update pyperformance/data-files/benchmarks/bm_random/run_benchmark.py
1 parent 473080b commit c95074d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyperformance/data-files/benchmarks/bm_random/run_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def wrapper(loops):
4848

4949
if __name__ == '__main__':
5050
runner = pyperf.Runner()
51-
runner.metadata['description'] = "random benchmark"
51+
runner.metadata['description'] = 'random benchmark: core random distributions'
5252

5353
for func, args in BENCHMARKS:
54-
name = f"random.{func.__name__}{args!r}"
54+
name = f'random.{func.__name__}{args}'
5555
runner.bench_time_func(name, bench_func(func, args))

0 commit comments

Comments
 (0)