Skip to content

Commit 4094ad8

Browse files
committed
Revert "temporary disable DP MT benchmark"
1 parent 9fb88d5 commit 4094ad8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benchmark/benchmark.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,
9696
pool_allocator<disjoint_pool<os_provider>>);
9797
UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark, disjoint_pool_uniform)
9898
->Apply(&default_multiple_alloc_uniform_size)
99-
->Apply(&singlethreaded);
100-
// TODO: change to multithreaded
101-
//->Apply(&multithreaded);
99+
->Apply(&multithreaded);
102100

103101
#ifdef UMF_POOL_JEMALLOC_ENABLED
104102
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,

0 commit comments

Comments
 (0)