]> git.proxmox.com Git - cargo.git/commitdiff
auto merge of #307 : erickt/cargo/bench, r=wycats
authorbors <bors@rust-lang.org>
Fri, 15 Aug 2014 04:00:13 +0000 (04:00 +0000)
committerbors <bors@rust-lang.org>
Fri, 15 Aug 2014 04:00:13 +0000 (04:00 +0000)
This adds initial support for benchmarking at `--opt-level=3` for cargo. It's run just like `cargo-test`, and can actually run tests at the higher optimization level with `cargo bench -- --test`.

One question I had though is if we should include the `-Zlto` for link time optimizations. I'm not sure how well supported that is. What do you all think?


Trivial merge