]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
test_maple_tree: Increase bench_awalk() count
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 3 Dec 2020 17:21:21 +0000 (12:21 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:33:32 +0000 (12:33 -0500)
Speedups have dropped this testcase below 10s, so increase it.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/test_maple_tree.c

index 37cb787327bb692913bd8d38fe78a50526650199..0decad5431039ccc1cdbddf6562f2d405e769c64 100644 (file)
@@ -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)