Skip to content

fix(deps): update module github.com/hashicorp/go-version to v1.7.0 (#… #20

fix(deps): update module github.com/hashicorp/go-version to v1.7.0 (#…

fix(deps): update module github.com/hashicorp/go-version to v1.7.0 (#… #20

Workflow file for this run

name: Automation - Performance
on:
push:
branches: [main]
permissions:
contents: read
jobs:
runperf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.5
- name: Run benchmark
run: make gobenchmark
# Disabling until fine-grained permissions token enabled for the
# repository
#- name: Store benchmark result
# uses: benchmark-action/github-action-benchmark@v1
# with:
# tool: 'go'
# output-file-path: benchmarks.txt
# gh-pages-branch: gh-pages
# auto-push: true
# github-token: ${{ secrets.GITHUB_TOKEN }}
# benchmark-data-dir-path: "docs/dev/bench"