Skip to content

Commit 9be1a0c

Browse files
committed
enable DP MT benchmark
1 parent 0370d56 commit 9be1a0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmark/benchmark.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,
9090
pool_allocator<disjoint_pool<os_provider>>);
9191
UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark, disjoint_pool_uniform)
9292
->Apply(&default_multiple_alloc_uniform_size);
93-
// TODO: enable
94-
//->Apply(&multithreaded);
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)