Skip to content

Update hashlink requirement from 0.8.3 to 0.9.0 #19

Update hashlink requirement from 0.8.3 to 0.9.0

Update hashlink requirement from 0.8.3 to 0.9.0 #19

Workflow file for this run

name: Bench for libecc
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run libecc benches
run: |
rustup install nightly
cd src/libecc
cargo +nightly bench --verbose