mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Nyrkiö nightly: Reduce frequency to 1 per 24h
Also fix a missed path in sqlite3 tests
This commit is contained in:
4
.github/workflows/perf_nightly.yml
vendored
4
.github/workflows/perf_nightly.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
branches: ["main", "notmain", "master"]
|
||||
schedule:
|
||||
- cron: '24 6,11,14,20 * * *'
|
||||
- cron: '24 4 * * *'
|
||||
push:
|
||||
# branches: ["main", "notmain", "master"]
|
||||
branches: ["notmain"]
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Analyze SQLITE3 result with Nyrkiö
|
||||
uses: nyrkio/change-detection@HEAD
|
||||
with:
|
||||
name: clickbench/sqlite3
|
||||
name: nightly/clickbench/sqlite3
|
||||
tool: time
|
||||
output-file-path: clickbench-sqlite3.txt
|
||||
fail-on-alert: false
|
||||
|
||||
Reference in New Issue
Block a user