Skip to content

Commit 21628ae

Browse files
committed
change disjointpool min bucket size in benchmark
1 parent 39659ac commit 21628ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmark_umf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct disjoint_pool : public pool_interface<Provider> {
199199
return {nullptr, [](void *) {}};
200200
}
201201

202-
ret = umfDisjointPoolParamsSetMinBucketSize(raw_params, 4096);
202+
ret = umfDisjointPoolParamsSetMinBucketSize(raw_params, 8);
203203
if (ret != UMF_RESULT_SUCCESS) {
204204
state.SkipWithError("Failed to set min bucket size");
205205
return {nullptr, [](void *) {}};

0 commit comments

Comments
 (0)