tests: update benchs*.nit to have a common default time and an non-linear grow
[nit.git] / tests / bench_string_append.nit
index c99dc83..df00536 100644 (file)
@@ -17,7 +17,7 @@
 #alt1 import standard
 #alt1 import standard::ropes
 
-var n = 7
+var n = 4
 if not args.is_empty then
        n = args.first.to_i
 end