summaryrefslogtreecommitdiff
path: root/benchmark/bm_app_factorial.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_app_factorial.rb')
-rw-r--r--benchmark/bm_app_factorial.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/bm_app_factorial.rb b/benchmark/bm_app_factorial.rb
index a5a5de0426..45f471dfdb 100644
--- a/benchmark/bm_app_factorial.rb
+++ b/benchmark/bm_app_factorial.rb
@@ -6,6 +6,6 @@ def fact(n)
end
end
-8.times{
+100.times {
fact(5000)
-} \ No newline at end of file
+}