add bench app
Some checks failed
CI / checks (push) Failing after 58s

This commit is contained in:
Robin Appelman 2025-07-13 20:13:20 +02:00
commit 9ea8194bfc

View file

@ -417,6 +417,7 @@ in
in {
miri = "${miri-wrapped}/bin/cargo-miri";
semver-checks = "${semver-checks-wrapped}/bin/cargo-semver-checks semver-checks";
bench = "${rustToolchain}/bin/cargo bench $@";
};
})