Skip to content

feat(wallet): add canister ic settings dialog #1306

feat(wallet): add canister ic settings dialog

feat(wallet): add canister ic settings dialog #1306

Workflow file for this run

name: 'Code benchmarks'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- labeled
merge_group:
types: [checks_requested]
branches:
- main
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
# When getting Rust dependencies, retry on network error:
CARGO_NET_RETRY: 10
# Use the local .curlrc
CURL_HOME: .
# sscache environment variables
SCCACHE_GHA_ENABLED: 'true'
RUSTC_WRAPPER: 'sccache'
jobs:
bench-station:
name: 'bench-station:required'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: 'Run Station Benchmarks'
run: ./scripts/benchmark-canister.sh ./core/station/impl