Skip to content

Commit 6cdc62e

Browse files
committed
fix merges ...
1 parent dff644b commit 6cdc62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def str_to_int(s):
6565
print("#########")
6666
print("{}: {}".format(test, scorep_settings))
6767
print("#########")
68+
max_reps_width = len(str(max(reps_x[test])))
6869
loop_counts = args.loop_count if args.loop_count else reps_x[test]
6970
for reps in loop_counts:
7071
times = bench.call(test, [str(reps)],
71-
enable_scorep,
7272
scorep_settings=scorep_settings)
7373
times = np.array(times)
7474
print("{:>{width}}: Range={:{prec}}-{:{prec}} Mean={:{prec}} Median={:{prec}}".format(

0 commit comments

Comments
 (0)