]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 26 Nov 2016 18:32:19 +0000 (12:32 -0600)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2016 18:32:19 +0000 (12:32 -0600)
commit9003e1ab6a2e26ec881b9ff297095a8343ebc7d1
tree66e0d794f8b6e754547581cbf212e22c47ea7594
parent7e39c0ede524e491cfd1898649115e03d4b22b53
parent17cb7bdd8340d9f83450ebd3e58b9f76e11cc01b
Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton

Add rustbuild command `bench`

Add command bench to rustbuild, so that `./x.py bench <path>` can compile and run benchmarks.

`./x.py bench --stage 1 src/libcollections` and `./x.py bench --stage 1 src/libstd` should both compile well. Just `./x.py bench` runs all benchmarks for the libstd crates.

Fixes #37897
src/bootstrap/lib.rs