Skip to content

Commit fe4d9bf

Browse files
authored
[no ci] Run benchmark less frequent (every 4 hours) (#51)
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 60beea6 commit fe4d9bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vllm-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: vLLM Benchmark
22

33
on:
44
schedule:
5-
# Run every 2 hours
6-
- cron: '0 */2 * * *'
5+
# Run every 4 hours
6+
- cron: '0 */4 * * *'
77
workflow_dispatch:
88
inputs:
99
vllm_branch:

0 commit comments

Comments
 (0)