Skip to content

Commit 5b9bffb

Browse files
feat: Increase frequency of CI benchmarks to 1hr (qdrant#110)
* 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>
1 parent c9e439f commit 5b9bffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
repository_dispatch:
55
workflow_dispatch:
66
schedule:
7-
- cron: "00 23 * * *"
7+
# Run every 4 hours
8+
- cron: "0 */4 * * *"
89

910
jobs:
1011
runBenchmark:

0 commit comments

Comments
 (0)