mirror of https://github.com/etcd-io/bbolt.git
14 lines
354 B
YAML
14 lines
354 B
YAML
---
|
|
name: Nightly Benchmarks against last release (AMD64)
|
|
permissions: read-all
|
|
on:
|
|
schedule:
|
|
- cron: '10 5 * * *' # runs every day at 05:10 UTC
|
|
# workflow_dispatch enables manual testing of this job by maintainers
|
|
workflow_dispatch:
|
|
jobs:
|
|
amd64:
|
|
uses: ./.github/workflows/benchmark-template.yaml
|
|
with:
|
|
benchGitRef: release-1.3
|