Skip to content

Commit

Permalink
Remove --collect-only Option Left by Accident (#4727)
Browse files Browse the repository at this point in the history
Short PR. Removes a flag preventing benchmarks from being run in a
script.
  • Loading branch information
nv-rliu authored Oct 17, 2024
1 parent 0c81f15 commit fde2fb4
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 @@ -71,7 +71,7 @@ for algo in $algos; do
# 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"

pytest -sv --co \
pytest -sv \
-k "$backend and $dataset and bench_$algo $bc_k_values" \
--benchmark-json="logs/${name}.json" \
bench_algos.py 2>&1 | tee "logs/${name}.out"
Expand Down

0 comments on commit fde2fb4

Please sign in to comment.