From 582ef5912c325c6ff2476b0370e1f8c13a5f39b6 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Thu, 25 Jan 2024 12:29:29 -0500 Subject: [PATCH] Update benchmarks/ruby-xor.rb Co-authored-by: Randy Stauner --- benchmarks/ruby-xor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ruby-xor.rb b/benchmarks/ruby-xor.rb index 3875188..f32920a 100644 --- a/benchmarks/ruby-xor.rb +++ b/benchmarks/ruby-xor.rb @@ -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