[FEA] Global thread pool in benchmarks
Open
cuIO
feature request
Performance
tests
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
libcudf currently creates a new thread pool in each multi-threaded benchmark.
This makes reading multithreaded benchmarks very difficult, as the number of unique threads is huge.
Proposed solution:
Files with multithreaded benchmarks should declare a single global pool that's reused in all benchmarks.
Contributor guide
Assessment
This issue has not been assessed yet.