summaryrefslogtreecommitdiff
path: root/benchmark/bm_so_fannkuch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_so_fannkuch.rb')
-rw-r--r--benchmark/bm_so_fannkuch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_fannkuch.rb b/benchmark/bm_so_fannkuch.rb
index a214f2e205..bac5ecd44c 100644
--- a/benchmark/bm_so_fannkuch.rb
+++ b/benchmark/bm_so_fannkuch.rb
@@ -40,6 +40,6 @@ end
def puts *args
end
-N = 10 # (ARGV[0] || 1).to_i
+N = 9 # (ARGV[0] || 1).to_i
puts "Pfannkuchen(#{N}) = #{fannkuch(N)}"