Skip to content

Commit 39659ac

Browse files
committed
enable maltreating for disjointpool benchmark
1 parent eee247d commit 39659ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/benchmark.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,
8989
disjoint_pool_uniform, uniform_alloc_size,
9090
pool_allocator<disjoint_pool<os_provider>>);
9191
UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark, disjoint_pool_uniform)
92-
->Apply(&default_multiple_alloc_uniform_size);
92+
->Apply(&default_multiple_alloc_uniform_size)
93+
->Apply(&multithreaded);
9394

9495
#ifdef UMF_POOL_JEMALLOC_ENABLED
9596
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,

0 commit comments

Comments
 (0)