]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
test_maple_tree: Increase bench_forking() nr_fork.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 3 Dec 2020 19:54:36 +0000 (14:54 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:33:32 +0000 (12:33 -0500)
Time was getting too low

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

index 0decad5431039ccc1cdbddf6562f2d405e769c64..b47e09a3065e5294f87bfd013e2d441b4f0ef5c3 100644 (file)
@@ -35396,7 +35396,7 @@ static noinline void bench_forking(struct maple_tree *mt)
 {
 
        struct maple_tree newmt;
-       int i, nr_entries = 134, nr_fork = 60000;
+       int i, nr_entries = 134, nr_fork = 80000;
        void *val;
        MA_STATE(mas, mt, 0, 0);
        MA_STATE(newmas, mt, 0, 0);