Skip to content

Commit 77d78da

Browse files
committed
Nuke unrealistic megamorphic exception benchmarks
1 parent 3e0af87 commit 77d78da

File tree

3 files changed

+0
-133
lines changed

3 files changed

+0
-133
lines changed

graalpython/com.oracle.graal.python.benchmarks/python/micro/try-except-sized.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

graalpython/com.oracle.graal.python.benchmarks/python/micro/try-except-store-sized.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@
8989
'mmap-anonymous-sized': ITER_10 + ['20_000'],
9090
'mmap-file': ITER_10 + ['1000'],
9191
'generate-functions-sized': ITER_15 + ['500_000_000'],
92-
'try-except-sized': ITER_10 + ['100_000_000'],
9392
'try-except-simple': ITER_10 + ['500_000_000'],
94-
'try-except-store-sized': ITER_10 + ['100_000_000'],
9593
'try-except-store-simple': ITER_10 + ['500_000_000'],
9694
'try-except-store-two-types': ITER_10 + ['100_000_000'],
9795
'try-except-two-types': ITER_10 + ['100_000_000'],

0 commit comments

Comments
 (0)