Skip to content

fix(deps)(deps): Bump thiserror from 1.0.46 to 1.0.47 #41

fix(deps)(deps): Bump thiserror from 1.0.46 to 1.0.47

fix(deps)(deps): Bump thiserror from 1.0.46 to 1.0.47 #41

Workflow file for this run

on:
pull_request:
types: [labeled, opened, synchronize, reopened]
name: benchmark
jobs:
benchmark:
name: "Run criterion benchmark"
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.8.0
with:
cluster_name: "kind"
- name: "Apply RBAC resources"
run: kubectl apply -k rbac
- uses: boa-dev/criterion-compare-action@v3
with:
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}
# Optional. Default is `${{ github.token }}`.
token: ${{ secrets.GITHUB_TOKEN }}