X-Git-Url: http://nitlanguage.org diff --git a/tests/bench_string_append.nit b/tests/bench_string_append.nit index c99dc83..df00536 100644 --- a/tests/bench_string_append.nit +++ b/tests/bench_string_append.nit @@ -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