aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/radix-tree/main.c')
-rw-r--r--tools/testing/radix-tree/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/main.c b/tools/testing/radix-tree/main.c
index 2eb694994497..f1d1e3bd9464 100644
--- a/tools/testing/radix-tree/main.c
+++ b/tools/testing/radix-tree/main.c
@@ -352,6 +352,8 @@ int main(int argc, char **argv)
352 /* Free any remaining preallocated nodes */ 352 /* Free any remaining preallocated nodes */
353 radix_tree_cpu_dead(0); 353 radix_tree_cpu_dead(0);
354 354
355 benchmark();
356
355 sleep(1); 357 sleep(1);
356 printf("after sleep(1): %d allocated, preempt %d\n", 358 printf("after sleep(1): %d allocated, preempt %d\n",
357 nr_allocated, preempt_count); 359 nr_allocated, preempt_count);