Skip to content

Commit

Permalink
Update benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Rick Ratzel <[email protected]>
  • Loading branch information
nv-rliu and rlratzel authored Oct 15, 2024
1 parent 74d4307 commit 502a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ for algo in $algos; do
echo "Running: $backend, $dataset, bench_$algo"

# uncomment to get command for reproducing test
# echo "RUNNING: \"pytest -sv -k \"$backend and $dataset and bench_$algo $bc_k_values\" --benchmark-json=\"logs/${name}.json\" bench_algos.py"
# echo "RUNNING: \"pytest -sv -k \"$backend and $dataset and bench_$algo $bc_k_values\" --benchmark-json=\"logs/${name}.json\" bench_algos.py"

pytest -sv --co \
-k "$backend and $dataset and bench_$algo $bc_k_values" \
Expand Down

0 comments on commit 502a713

Please sign in to comment.