mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Update url to make webrender build
This commit is contained in:
parent
a2cc1d6b7b
commit
3bb0635780
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ impl flags::Metrics {
|
||||||
|
|
||||||
let _env = pushenv("RA_METRICS", "1");
|
let _env = pushenv("RA_METRICS", "1");
|
||||||
|
|
||||||
|
{
|
||||||
|
// https://github.com/rust-analyzer/rust-analyzer/issues/9997
|
||||||
|
let _d = pushd("target/rustc-perf/collector/benchmarks/webrender")?;
|
||||||
|
cmd!("cargo update -p url --precise 1.6.1").run()?;
|
||||||
|
}
|
||||||
metrics.measure_build()?;
|
metrics.measure_build()?;
|
||||||
metrics.measure_analysis_stats_self()?;
|
metrics.measure_analysis_stats_self()?;
|
||||||
metrics.measure_analysis_stats("ripgrep")?;
|
metrics.measure_analysis_stats("ripgrep")?;
|
||||||
|
|
Loading…
Reference in a new issue