Skip to content

Actually drop the vector to not leak memory. #10

Actually drop the vector to not leak memory.

Actually drop the vector to not leak memory. #10

Workflow file for this run

name: Benchmark
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: on
jobs:
benchmark:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Checkout the repository
uses: actions/checkout@v3
with:
submodules: true
- name: Run Benchmarks
run: cargo bench
env:
RUSTC_WRAPPER: sccache