Skip to content

chore(deps): Bump thiserror from 1.0.48 to 1.0.49 #1485

chore(deps): Bump thiserror from 1.0.48 to 1.0.49

chore(deps): Bump thiserror from 1.0.48 to 1.0.49 #1485

Workflow file for this run

name: Benchmark
on:
pull_request:
types: [ opened, synchronize, reopened ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
workflow_dispatch:
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Check benchmark
run: cargo bench