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 b0bb57e commit 884bec8Copy full SHA for 884bec8
benchmarks.yml
@@ -121,7 +121,7 @@ send_rubyfunc_block:
121
category: micro
122
single_file: true
123
send_bmethod:
124
- desc: send_bmethod just calls a known Ruby bmethod many, many times.
+ desc: send_bmethod just calls known Ruby bmethods many, many times.
125
126
127
fib:
benchmarks/send_bmethod.rb
@@ -1,5 +1,6 @@
1
require_relative '../harness/loader'
2
3
+# Call with and without args
4
define_method(:zero) { :b }
5
define_method(:one) { |arg| arg }
6
0 commit comments