diff --git a/benchmark/benchmark.cpp b/benchmark/benchmark.cpp index d38e07722b..94d77dabd6 100644 --- a/benchmark/benchmark.cpp +++ b/benchmark/benchmark.cpp @@ -89,8 +89,9 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, disjoint_pool_uniform, uniform_alloc_size, pool_allocator>); UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark, disjoint_pool_uniform) - ->Apply(&default_multiple_alloc_uniform_size) - ->Apply(&multithreaded); + ->Apply(&default_multiple_alloc_uniform_size); +// TODO: enable +//->Apply(&multithreaded); #ifdef UMF_POOL_JEMALLOC_ENABLED UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,