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.
What’s Changed
What’s Changed
- fix(tui): preserve build record after dashboard exit by @ymw0407 in https://github.com/ymw0407/cargo-chronoscope/pull/34
Full Changelog: https://github.com/ymw0407/cargo-chronoscope/compare/v0.1.5...v0.1.6