Skip to content

Commit 877dd1d

Browse files
Enable MT bench for disjoint_pool in fixed provider
Ref. oneapi-src#1151
1 parent d2ddb6e commit 877dd1d

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
@@ -165,9 +165,7 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,
165165
UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark,
166166
disjoint_pool_uniform_fixedprovider)
167167
->Apply(&default_multiple_alloc_uniform_size)
168-
->Apply(&singlethreaded);
169-
// TODO: change to multithreaded
170-
//->Apply(&multithreaded);
168+
->Apply(&multithreaded);
171169

172170
#ifdef UMF_POOL_JEMALLOC_ENABLED
173171
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,

0 commit comments

Comments
 (0)