Skip to content

Commit

Permalink
[ci] Fix check-benchmark (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Feb 22, 2022
1 parent 8e35e70 commit 01d1ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ check-benchmark:
GITHUB_TOKEN: $GITHUB_PR_TOKEN
script:
- export RESULT=$(cat artifacts/result.txt | grep AvgRequestTime | awk '{print $2}')
- check_single_bench_result.py -g $GITHUB_REPO
-c $THRESHOLD
-v $RESULT
- check_single_bench_result -g $GITHUB_REPO
-c $THRESHOLD
-v $RESULT

push-benchmark:
stage: push-benchmark
Expand Down

0 comments on commit 01d1ee5

Please sign in to comment.