mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Update Python deps * Update semver-compat Rust deps * Update most crates to latest semver * Update to latest axum-client-ip
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo install cargo-criterion --version 1.1.0
|
|
cargo criterion --bench benchmark --features bench
|