Skip to content

Commit db5ea02

Browse files
committed
Add comments about the configs in mx_graalpython_bench_param.py
1 parent 70787f4 commit db5ea02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
ITER_5 = ['-i', '5']
5959
WARMUP_2 = ['-w', '2']
6060

61+
# For benchmarking with Truffle compilation
6162
MICRO_BENCHMARKS = {
6263
'arith-binop': ITER_10 + ['5'],
6364
'arith-modulo-sized': ITER_10 + ['500'],
@@ -119,6 +120,7 @@
119120
'virtualize-in-try-catch-oom': ITER_10,
120121
}
121122

123+
# For benchmarking the interpreter with --engine.Compilation=false
122124
MICRO_BENCHMARKS_SMALL = {
123125
'arith-modulo-sized': ITER_6 + WARMUP_2 + ['1'],
124126
'if-generic': ITER_10 + WARMUP_2 + ['500000'],

0 commit comments

Comments
 (0)