Skip to content

Commit

Permalink
remove NO_SAVE=1 benchmarking leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalobg committed Aug 12, 2024
1 parent ab5ce41 commit a848a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/run
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ fi

# Run the binary:
if [ $RUN = "1" ]; then
NO_SAVE=1
SAVE="--save pos --csv-detailed"
if [ ! -z $NO_SAVE ]; then
if [ $NO_SAVE = "1" ]; then
Expand Down

0 comments on commit a848a47

Please sign in to comment.