From: Liam R. Howlett Date: Thu, 3 Dec 2020 17:21:21 +0000 (-0500) Subject: test_maple_tree: Increase bench_awalk() count X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9a1d296eba4125cffe8009abfbc7ff5365d6ff5f;p=users%2Fjedix%2Flinux-maple.git test_maple_tree: Increase bench_awalk() count Speedups have dropped this testcase below 10s, so increase it. Signed-off-by: Liam R. Howlett --- diff --git a/lib/test_maple_tree.c b/lib/test_maple_tree.c index 37cb787327bb..0decad543103 100644 --- a/lib/test_maple_tree.c +++ b/lib/test_maple_tree.c @@ -35325,7 +35325,7 @@ static noinline void bench_node_store(struct maple_tree *mt) #if defined(BENCH_AWALK) static noinline void bench_awalk(struct maple_tree *mt) { - int i, max = 2500, count = 30000000; + int i, max = 2500, count = 50000000; MA_STATE(mas, mt, 1470, 1470); for (i = 0; i < max; i += 10)