mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
This should ensure we don't creep little percentages over the course of multiple commits into main, compared to the last release branch. Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
10 lines
217 B
YAML
10 lines
217 B
YAML
---
|
|
name: Benchmarks on PRs (AMD64)
|
|
permissions: read-all
|
|
on: [pull_request]
|
|
jobs:
|
|
amd64:
|
|
uses: ./.github/workflows/benchmark-template.yaml
|
|
with:
|
|
benchGitRef: ${{ github.event.pull_request.base.sha }}
|