Skip to content

Commit 7f3089f

Browse files
committed
add small versions of the native benchmarks to micro-small for interpreter benchmarking
1 parent e4889c6 commit 7f3089f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@
170170
'with-exception': ITER_6 + WARMUP_2 + ['5_000_000'],
171171
'tuple-indexing-from-constructor': ITER_6 + WARMUP_2 + ['250_000'],
172172
'tuple-indexing-from-literal': ITER_6 + WARMUP_2 + ['400_000'],
173+
'c-member-access': ITER_5 + ['30'],
174+
'c-list-iterating-obj': ITER_5 + ['500000'],
175+
'c-magic-bool': ITER_5 + ['1000000'],
176+
'c-magic-iter': ITER_5 + ['500000'],
177+
'c-arith-binop': ITER_5 + ['3'],
178+
'c-arith-binop2': ITER_5 + ['5'],
179+
'c-call-classmethod': ITER_5 + ['200000'],
180+
'c-issubtype-polymorphic-forced-to-native': ITER_5 + ['100000'],
181+
'c-issubtype-polymorphic': ITER_5 + ['100000'],
182+
'c-issubtype-monorphic': ITER_5 + ['200000'],
183+
'c-call-method': ITER_5 + ['50000'],
184+
'c-call-method-int-float': ITER_5 + ['500000'],
173185
}
174186

175187
def _pickling_benchmarks(module='pickle'):
@@ -343,5 +355,4 @@ def _pickling_benchmarks(module='pickle'):
343355
"allocate-objects": [],
344356
}],
345357
"micro-small-heap": [PATH_MICRO, MICRO_BENCHMARKS_SMALL],
346-
"micro-native-heap": [PATH_MICRO, MICRO_NATIVE_BENCHMARKS],
347358
}

0 commit comments

Comments
 (0)