Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Aug 26, 2024
1 parent a22db2d commit f8fc715
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmarks/nx-cugraph/pytest-based/run-gap-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ for algo in $algos; do
python get_graph_bench_dataset.py $dataset
for backend in $backends; do
name="${backend}__${algo}__${dataset}"
# echo "Running: $backend, $dataset, bench_$algo"
echo "RUNNING: \"pytest -sv -k \"$backend and $dataset and bench_$algo and not 1000\" --benchmark-json=\"logs/${name}.json\" bench_algos.py"
echo "Running: $backend, $dataset, bench_$algo"
# command to preproduce test
# echo "RUNNING: \"pytest -sv -k \"$backend and $dataset and bench_$algo and not 1000\" --benchmark-json=\"logs/${name}.json\" bench_algos.py"
pytest -sv \
-k "$backend and $dataset and bench_$algo and not 1000" \
--benchmark-json="logs/${name}.json" \
Expand Down

0 comments on commit f8fc715

Please sign in to comment.