Skip to content

Commit

Permalink
Update benchmarks/ruby-xor.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Stauner <[email protected]>
  • Loading branch information
maximecb and rwstauner authored Jan 25, 2024
1 parent 8dfd744 commit 582ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ruby-xor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def ruby_xor!(a, b)
end

a = 'this is a long string with no useful contents yada yada yada yada'
b = 'this is also a long string with no useful congents yada yada daaaaaa'
b = 'this is also a long string with no useful contents yada yada daaaaaa'

run_benchmark(20) do
for i in 0...100_000
Expand Down

0 comments on commit 582ef59

Please sign in to comment.