Below you will find pages that utilize the taxonomy term “Ymw0407”
May 4, 2026
cargo-chronoscope
Version updated for https://github.com/ymw0407/cargo-chronoscope to version v0.1.7.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary cargo-chronoscope is a tool for monitoring and analyzing Rust build performance by consuming Cargo’s build event stream and storing the data in a SQLite database. It automates the tasks of live build observation, historical build tracking, performance comparison between builds, and anomaly detection to identify crates compiling slower or faster than usual. Key features include a real-time TUI dashboard, build history listing, build diffing, and baseline-aware anomaly classification, making it a valuable resource for improving and understanding Rust project build efficiency.
May 3, 2026
cargo-chronoscope
Version updated for https://github.com/ymw0407/cargo-chronoscope to version v0.1.6.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary cargo-chronoscope is a Rust-based tool designed to analyze and optimize Cargo build performance by recording, comparing, and monitoring builds. It automates the process of tracking build events, storing them in a SQLite database, and offers features like a real-time TUI dashboard, historical build comparisons, and anomaly detection for identifying unusual compile times. This tool helps developers gain insights into build performance trends, identify inefficiencies, and improve the overall build process.