Skip to content

fix(deps): bump assert_cmd from 2.0.14 to 2.0.15 #701

fix(deps): bump assert_cmd from 2.0.14 to 2.0.15

fix(deps): bump assert_cmd from 2.0.14 to 2.0.15 #701

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@v4
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.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 }}