Skip to content

fix: raft binlog slot routing #118

fix: raft binlog slot routing

fix: raft binlog slot routing #118

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
benchmark:
name: Compile Benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install protoc
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Compile benchmark targets
run: cargo bench --no-run