Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-configure benchmarking devices & add markers to `bench_cugraph_uni…
…form_neighbor_sample` (#4561) This PR re-enables the `benchmarks/cugraph/pytest-based/bench_cugraph_uniform_neighbor_sample.py` benchmark in the MNMG nightlies. This benchmark was previously being skipped due to the fact that the benchmarks are configured to run with Pytest markers `"managedmem_off and poolallocator_on"`. Thanks to @jameslamb for spotting this inside `conftest.py` By adding the missing markers to the test (and removing some `dgx` machine specific dask-client configs), the benchmark should properly run in the nightly jobs. Authors: - Ralph Liu (https://github.com/nv-rliu) Approvers: - Rick Ratzel (https://github.com/rlratzel) - James Lamb (https://github.com/jameslamb) URL: #4561
- Loading branch information