(through https://rustup.rs)
hyperfine --warmup=1 'cargo install -f [email protected]'
nix-shell -p cargo hyperfine --run "hyperfine --warmup=1 'cargo install -f [email protected]'"
This won't be quite as comparable, hyperfine is really great for benchmarking, but if you only have cargo
, just run the install twice:
cargo install -f [email protected] && cargo install -f [email protected]
Steamdeck - 48.6s
This seems... weirdly slow. I'm sure it used to run in half this time.