Skip to content

Commit fa4c2b2

Browse files
committed
reduce benchmark runtime
1 parent c68666e commit fa4c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
'boolean-logic': ITER_15 + ['1000'],
7373
'builtin-len-tuple': ITER_10 + [],
7474
'builtin-len': ITER_25 + [],
75-
'class_access': ITER_25 + ['50000'],
75+
'class_access': ITER_25 + ['1000'],
7676
'call-method-polymorphic': ITER_10 + ['1000'],
7777
'for-range': ITER_25 + ['50000'],
7878
'function-call': ITER_25 + [],

0 commit comments

Comments
 (0)