Skip to content

Instantly share code, notes, and snippets.

@msfjarvis
Created October 22, 2019 09:01
Show Gist options
  • Save msfjarvis/3daf6a37eb9fee17309711d077572e49 to your computer and use it in GitHub Desktop.
Save msfjarvis/3daf6a37eb9fee17309711d077572e49 to your computer and use it in GitHub Desktop.
Command Mean [s] Min [s] Max [s] Relative
cargo build --release 72.265 ± 0.867 70.685 73.215 2.0
cargo build 40.077 ± 0.210 39.742 40.432 1.1
RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo build --release 69.561 ± 0.489 68.854 70.228 1.9
RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo build 36.394 ± 0.289 36.082 36.898 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment