root: bcder - 3 detected crates which regressed due to this
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
827013a31b88e536e85b8e6ceb5b9988042ec335: 5b79fcf75e9485c66cecec465cd66d18d457cbba, | |
83167c47939122aa752cbacb794469eed6c43531: 9692ca8fd82a8f96a4113dc4b88c1fb1d79c1c60, | |
4d90ac38c0b61bb69470b61ea2cccea0df48d9e5: 299a6a91089af06b3b515450fece3c45a059dbbf, | |
d3ae9a9e08edf12de0ed82af57ba2a56c26496ea: 299a6a91089af06b3b515450fece3c45a059dbbf, | |
766bd11c8a3c019ca53febdcd77b2215379dd67d: 33cc1e27f88b57d1f8f4873d1162a6f1b89b6a8f, | |
05e2e1c41414e8fc73d0f267ea8dab1a3eeeaa99: 93b47d14cef5720bba7cfb4dcb8078fbf1f706c1, | |
a7756804103447ea4e68a71ccf071e7ad8f7a03e: f5a0c91a39368395b1c1ad322e04be7b6074bc65, | |
f3d6973f41a7d1fb83029c9c0ceaf0f5d4fd7208: 618f802f0dcebc9f23a527afd3cd228c1fa468f8, | |
1433507eba7d1a114e4c6f27ae0e1a74f60f20de: 2b21611d38a16a775f55ea102d8f442dfc51cf6d, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/mark/Build/cargo/target/debug/cargo: | |
/home/mark/Build/cargo/src/bin/cargo/cli.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/bench.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/build.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/check.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/clean.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/clippy.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/doc.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/fetch.rs | |
/home/mark/Build/cargo/src/bin/cargo/commands/fix.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1-test/x86_64-unknown-linux-gnu/release/libtest.rlib: /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-d842970137f9ef89.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-ad83228ea4702943.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-c84c885786edae97.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a3e87a14ad809550.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-34e2d1be8ef7ab6e.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b2bd641329c51e09.rlib /home/mark/Build/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -xe | |
# confirm that we can collect performance data | |
perf stat echo | |
git clone https://github.com/rust-lang-nursery/rustc-perf.git | |
cd rustc-perf |
1588 root regressions
- libimaginteraction-0.8.0: a log vs. b log (34 dependent crates)
- libimaginteraction-0.6.4: a log vs. b log (29 dependent crates)
- libimagstorestdhook-0.2.0: a log vs. [b log](https://c
1588 root regressions
- libimaginteraction-0.8.0: a log vs. b log (34 dependent crates)
- libimaginteraction-0.6.4: a log vs. b log (29 dependent crates)
- libimagstorestdhook-0.2.0: a log vs. b log (18 dependent crates)
- libimagentryutil-0.6.4: [a log](860d169474acabdc53b9a698f8ce02eba7e0daeb/reg/libimagentryutil-0.6.
4661 root regressions
- yup-hyper-mock-3.12.0: a log vs. b log (106 dependent crates)
- libimaginteraction-0.8.0: a log vs. b log (34 dependent crates)
- libimaginteraction-0.6.4: a log vs. b log (29 dependent crates)
- al-sys-0.3.3: a log vs. [b
4661 root regressions
- yup-hyper-mock-3.12.0: a log vs. b log (106 dependent crates)
- libimaginteraction-0.8.0: a log vs. b log (34 dependent crates)
- libimaginteraction-0.6.4: a log vs. b log (29 dependent crates)
- al-sys-0.3.3: a log vs. [b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern crate serde; | |
#[macro_use] | |
extern crate serde_derive; | |
extern crate futures; | |
extern crate percent_encoding; | |
extern crate reqwest; | |
extern crate serde_json; | |
extern crate tokio_core; | |
extern crate url; |
NewerOlder