Skip to content

ci: update bench

ci: update bench #33

Workflow file for this run

name: Benchmark
on:
push:
workflow_dispatch:
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt-get install -y hyperfine
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Install Rust
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: stable
- name: Run Benchmark
run: |
./test/bench.sh