(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]
X13 Yoga - 14s
Sometimes thermal throttling pushes this to 24s.