Skip to content

Commit

Permalink
ci: increase bench threshold (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 27, 2022
1 parent 41ded6c commit d0defe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ check-benchmark:
variables:
GITHUB_REPO: "paritytech/substrate-api-sidecar"
CI_IMAGE: "paritytech/benchmarks:latest"
THRESHOLD: 35000
THRESHOLD: 60000
GITHUB_TOKEN: $GITHUB_PR_TOKEN
script:
- export RESULT=$(cat artifacts/result.txt | grep AvgRequestTime | awk '{print $2}')
Expand Down

0 comments on commit d0defe0

Please sign in to comment.