Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /internal/too… #1

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /internal/too…

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /internal/too… #1

Workflow file for this run

name: Automation - Performance
on:
push:
branches: [main]
jobs:
runperf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.20.12
- 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"