Skip to content

Commit

Permalink
benchmark: checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Jan 24, 2023
1 parent 4e179fa commit 69a20d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test/test_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -e ".benchmarks" ];
then
echo "SUBSEQUENT RUN"
# SUBSEQUENT RUNS
PYTHONPATH=./ pytest test/ --benchmark-autosave --benchmark-compare --benchmark-columns="mean" --benchmark-group-by="name" -v --benchmark-compare-fail=min:10% ${1:-} -m "benchmark"
PYTHONPATH=./ pytest test/ --benchmark-autosave --benchmark-compare --benchmark-columns="mean" --benchmark-group-by="name" -v --benchmark-compare-fail=min:20% ${1:-} -m "benchmark"
test_code=$?
if [ $test_code -ne 0 ];
then
Expand Down

0 comments on commit 69a20d7

Please sign in to comment.