Skip to content

Mark-Simulacrum/rustc-ci-timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-lang/rust CI timing tracking

This repository downloads CI timing data for each builder on rust-lang/rust's auto builds, based on the CPU usage data collection run in the background on rust's CI, and graphs it.

To use, run:

cargo run --release # May take a while on the first run, incremental
python3 walltime.py

You can edit walltime.py to adjust which builders are shown (see the filter_display function).

About

Graphs rustc ci times

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published