tests: update benchs*.nit to have a common default time and an non-linear grow
[nit.git] / tests / bench_strfib.nit
index 2357686..f65d436 100644 (file)
@@ -32,7 +32,7 @@ if args.has("-q") then
        args.remove("-q")
 end
 
-var n = 5
+var n = 15
 if args.length > 0 then n = args.first.to_i
 var res = strfib(n)