Skip to content

Commit 072e7fa

Browse files
committed
harness: include raw durations
1 parent 1db8cb0 commit 072e7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/benchmarks/src/harness.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ def run(self):
308308
else:
309309
print("### WARMUP iteration not specified or could not be detected")
310310
print(_HRULE)
311+
print("### RAW DURATIONS: %s" % str(durations))
312+
print(_HRULE)
311313

312314

313315
def run_benchmark(args):

0 commit comments

Comments
 (0)