mirror of
https://github.com/ankitects/anki.git
synced 2026-06-10 06:13:34 -04:00
* Update Python deps * Update semver-compat Rust deps * Update most crates to latest semver * Update to latest axum-client-ip
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo install cargo-criterion --version 1.1.0
|
|
cargo criterion --bench benchmark --features bench
|