tests: update benchs*.nit to have a common default time and an non-linear grow
[nit.git] / tests / bench_fib.nit
index 69dc371..8c7d4da 100644 (file)
@@ -30,7 +30,7 @@ redef class Int
        end
 end
 
-var n = 10
+var n = 20
 if not args.is_empty then
        n = args.first.to_i
 end