Skip to content

Commit

Permalink
wait 30 seconds between each request rate run (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
annapendleton authored Nov 7, 2024
1 parent 60d38fc commit 24d2918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for request_rate in $(echo $REQUEST_RATES | tr ',' ' '); do
fi
$PYTHON $PYTHON_OPTS > $output_file
cat $output_file
sleep 5 # wait 5 seconds before next run
sleep 30 # wait 30 seconds before next run to ensure metrics isolation (metrics pulled every 15s)
done

export LPG_FINISHED="true"
Expand Down

0 comments on commit 24d2918

Please sign in to comment.