Skip to content

Commit c93cba5

Browse files
committed
Revert "temporary disable DP MT benchmark"
This reverts commit 604b870.
1 parent 8c841b8 commit c93cba5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

benchmark/benchmark.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +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);
93-
// TODO: enable
94-
//->Apply(&multithreaded);
92+
->Apply(&default_multiple_alloc_uniform_size)
93+
->Apply(&multithreaded);
9594

9695
#ifdef UMF_POOL_JEMALLOC_ENABLED
9796
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,

0 commit comments

Comments
 (0)