We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c37878 commit bb482e1Copy full SHA for bb482e1
.github/workflows/continuous-benchmark.yaml
@@ -182,6 +182,7 @@ jobs:
182
env:
183
SLACK_WEBHOOK_URL: ${{ secrets.CI_ALERTS_CHANNEL_WEBHOOK_URL }}
184
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
185
+ # Schedule this benchmark to run once a day for the sake of saving on S3 costs.
186
runLoadTimeBenchmark:
187
runs-on: ubuntu-latest
188
needs: runBenchmark
0 commit comments