Skip to content

Commit 263a622

Browse files
committed
The dispatch-mono-splat benchmark passes 0-3 arguments, never 4
1 parent e9da5a6 commit 263a622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/micro/dispatch/dispatch-mono-splat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Callee
2-
def call(arg1 = nil, arg2 = nil, arg3 = nil, arg4 = nil)
2+
def call(arg1 = nil, arg2 = nil, arg3 = nil)
33
:foo
44
end
55
end

0 commit comments

Comments
 (0)