summaryrefslogtreecommitdiff
path: root/benchmark/loop_times_megamorphic.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-01-23 11:36:23 -0800
committerGitHub <noreply@github.com>2024-01-23 19:36:23 +0000
commit27c1dd8634d34bfe3592151d66b410f28ca749ce (patch)
treeaccb9d7f9f44ec2ed2bc791c6bc928b0dd062d28 /benchmark/loop_times_megamorphic.yml
parent557b69e83b27dafea435719fc3afc2e67e155962 (diff)
YJIT: Allow inlining ISEQ calls with a block (#9622)
* YJIT: Allow inlining ISEQ calls with a block * Leave a TODO comment about u16 inline_block
Diffstat (limited to 'benchmark/loop_times_megamorphic.yml')
-rw-r--r--benchmark/loop_times_megamorphic.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/loop_times_megamorphic.yml b/benchmark/loop_times_megamorphic.yml
new file mode 100644
index 0000000000..f9343ba897
--- /dev/null
+++ b/benchmark/loop_times_megamorphic.yml
@@ -0,0 +1,7 @@
+prelude: |
+ eval(<<~EOS)
+ def loop_times_megamorphic
+ #{"1.times {|i|};" * 1000}
+ end
+ EOS
+benchmark: loop_times_megamorphic