Skip to content

Commit

Permalink
Decrease Serverless Perf Threshold Back to 20s (#27642)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey authored Jul 16, 2024
1 parent 8dd0bf4 commit fd3f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/serverless_perf/compute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o pipefail

STARTUP_TIME_THRESHOLD=40
STARTUP_TIME_THRESHOLD=20

calculate_median() {
local sorted=($(printf "%s\n" "${@}" | sort -n))
Expand Down

0 comments on commit fd3f4ff

Please sign in to comment.