Improve test speed
All checks were successful
/ clippy (push) Successful in 13s
/ tests (push) Successful in 51s
/ check (aarch64-unknown-linux-musl) (push) Successful in 10s
/ check (x86_64-unknown-linux-musl) (push) Successful in 6s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 10s

This commit is contained in:
asonix 2024-02-18 14:43:50 -06:00
parent b1cefd7863
commit f47c274df6
2 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,12 @@ name = "blurhash-update"
version = "0.1.0"
edition = "2021"
[profile.bench]
debug = true
[profile.test]
opt-level = "z"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -19,6 +19,7 @@
devShell = with pkgs; mkShell {
nativeBuildInputs = [
cargo
cargo-flamegraph
cargo-outdated
cargo-show-asm
clippy