Skip to content

chore(examples): migrate all 7 examples to icp-cli and @dfinity/vetkeys #177

chore(examples): migrate all 7 examples to icp-cli and @dfinity/vetkeys

chore(examples): migrate all 7 examples to icp-cli and @dfinity/vetkeys #177

permissions: {}
name: Backend Rust Canbench
on:
push:
branches:
- main
pull_request:
paths:
- backend/rs/benchmarks/**
- Cargo.toml
- Cargo.lock
- .github/workflows/provision-linux.sh
- .github/workflows/provision-darwin.sh
- .github/workflows/backend-rust-canbench.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-benchmark-backend-ibe-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Run IBE Benchmark Linux
run: |
set -eExuo pipefail
export CARGO_TERM_COLOR=always # ensure output has colors
cd backend/rs/benchmarks/ibe
cargo install canbench
canbench