We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f416 commit 9e608d1Copy full SHA for 9e608d1
benchmarks/send_cfunc_block.rb
@@ -4,6 +4,9 @@
4
5
run_benchmark(500) do
6
2_000_000.times do |i|
7
+ # each is a 0-arg cfunc
8
ARR.each {}
9
+ # index is a variadic cfunc
10
+ ARR.index {}
11
end
12
0 commit comments