Skip to content

Commit b86baa7

Browse files
bors[bot]lnicola
andauthored
Merge #11560
11560: internal: Update `url` to make `webrender` build when computing metrics r=jonas-schievink a=lnicola Closes #9997 This doesn't seem to affect the metrics, but I'm not sure since somehow I get different values than what shows up on CI. With `stable`: ``` exprs: 94151, ??ty: 96 (0%), ?ty: 25 (0%), !ty: 6 ``` CI shows 16. Also, #7250 strikes again, I can never tell what those numbers are. r? `@jonas-schievink` Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 5cade9b + 3bb0635 commit b86baa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xtask/src/metrics.rs

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ impl flags::Metrics {
3232

3333
let _env = pushenv("RA_METRICS", "1");
3434

35+
{
36+
// https://github.com/rust-analyzer/rust-analyzer/issues/9997
37+
let _d = pushd("target/rustc-perf/collector/benchmarks/webrender")?;
38+
cmd!("cargo update -p url --precise 1.6.1").run()?;
39+
}
3540
metrics.measure_build()?;
3641
metrics.measure_analysis_stats_self()?;
3742
metrics.measure_analysis_stats("ripgrep")?;

0 commit comments

Comments
 (0)