aperf
aperf copied to clipboard
A CLI tool to gather performance data and visualize using HTML graphs. Data from multiple collection runs can be viewed side-by-side, allowing for easy comparison of the same workload across different...
The APerf reports contain the data archives. Use these if a report is passed in to the aperf report sub-command. The aperf report command will fail if a report is...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.1 to 2.7.1. Release notes Sourced from step-security/harden-runner's releases. v2.7.1 What's Changed Release v2.7.1 by @varunsh-coder, @h0x0er, @ashishkurmi in step-security/harden-runner#397 This release: Improves the capability to inspect...
Design goals: - Prefer not to have to require "hover" since it doesn't work well on touch screens, makes embedding links hard. - Should include a short (1-2 sentence) on...
When trying to specify a path other than the directory aperf is being run from report generation fails with the following error: ``` tyljont@U-1YMB85AFI6BJ4:~/Downloads$ aperf report --run ./c6i.2xl-8pods-pypy-3 --run ./c7g.2xl-8pods-pypy-3...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [plotly.js](https://github.com/plotly/plotly.js) and [@types/plotly.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/plotly.js). These dependencies needed to be updated together. Updates `plotly.js` from 2.33.0 to 2.34.0 Release notes Sourced from plotly.js's releases. v2.34.0 Added Add subtitle attribute to layout.title...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63. Release notes Sourced from thiserror's releases. 1.0.63 Documentation improvements 1.0.62 Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309) Commits 915c75e...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.3.0. Changelog Sourced from indexmap's changelog. 2.3.0 Added trait MutableEntryKey for opt-in mutable access to map entry keys. Added method MutableKeys::iter_mut2 for opt-in mutable iteration...
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.26.4. Release notes Sourced from strum_macros's releases. v0.26.3 What's Changed Fix typos & misspellings in docs by @5-pebbles in Peternator7/strum#347 Update heck requirement by @smoelius...