Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit benchmark iterations using environment variable (NVIDIA#10060)
To address part of rapidsai/cudf#5773 This allows to run benchmarks for only specific iterations using environment variable `CUDF_BENCHMARK_ITERATIONS`. except when benchmark definition itself specifies iteration count. Also, makes pool as static to allocate pool memory resource only once per binary. Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - Conor Hoekstra (https://github.com/codereport) - Vukasin Milovanovic (https://github.com/vuule) - Nghia Truong (https://github.com/ttnghia) URL: rapidsai/cudf#10060
- Loading branch information