Skip to content

Commit

Permalink
feat: Increase frequency of CI benchmarks to 1hr (#110)
Browse files Browse the repository at this point in the history
* feat: Increase frequency of CI benchmarks

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* feat: Run CI benchmarks every 4 hours

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KShivendu and pre-commit-ci[bot] authored Mar 18, 2024
1 parent c9e439f commit 5b9bffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 23 * * *"
# Run every 4 hours
- cron: "0 */4 * * *"

jobs:
runBenchmark:
Expand Down

0 comments on commit 5b9bffb

Please sign in to comment.