Skip to content

Commit d658fae

Browse files
Merge pull request #1124 from bratpiorka/rrudnick_disable_dp_mt_bench
temporary disable DP MT benchmark
2 parents 1129e33 + 604b870 commit d658fae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmark/benchmark.cpp

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

9596
#ifdef UMF_POOL_JEMALLOC_ENABLED
9697
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,

0 commit comments

Comments
 (0)