Skip to content

chore(deps): bump serde_json from 1.0.128 to 1.0.132 #192

chore(deps): bump serde_json from 1.0.128 to 1.0.132

chore(deps): bump serde_json from 1.0.128 to 1.0.132 #192

Workflow file for this run

name: Benchmark
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run benchmarks
run: cargo bench --verbose --features=bench
- name: Upload benchmark results
uses: actions/upload-artifact@v4
with:
path: target/criterion/
name: benchmark-results