From 9a1d296eba4125cffe8009abfbc7ff5365d6ff5f Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 3 Dec 2020 12:21:21 -0500 Subject: [PATCH] test_maple_tree: Increase bench_awalk() count Speedups have dropped this testcase below 10s, so increase it. Signed-off-by: Liam R. Howlett --- lib/test_maple_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1