criterion-compare-action
criterion-compare-action copied to clipboard
⚡️📊 Compare the performance of Rust project branches
The linked commit in the action's comment is incorrect. It links to a commit that says "This commit does not belong to any branch on this repository, and may belong...
I'm not a js dev in any stretch of imagination, but this should work! Closes #113
I use my benchmarks to test the binaries my code creates, but to do this and test two different versions like this action allows I need to run a command...
Add support for running `cargo bench --profile=dist`, where `dist` is a custom profile.
This is the first change towards v4, which ideally should include #8, #80 and only showing "changing" benchmarks by default. This fixes #8, but it has not been thoroughly tested,...
I just added a new benchmark in a PR, but the PR results appear in the base branch column  But it looks good in the logs 
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. Changelog Sourced from @actions/core's changelog. 1.10.1 Fix error message reference in oidc utils #1511 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
``` /home/runner/.cargo/bin/critcmp base changes group base changes ----- ---- ------- deku_read_bits 1.00 739.4±4.61ns ? ?/sec 1.20 889.8±0.65ns ? ?/sec deku_read_byte 1.00 24.0±0.22ns ? ?/sec 1.04 24.8±0.35ns ? ?/sec deku_read_enum 3.46...
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.0. Release notes Sourced from @vercel/ncc's releases. 0.38.0 0.38.0 (2023-09-06) Features Log minification error when --debug (#1102) (e2779f4) 0.37.0 0.37.0 (2023-09-06) Features add support for...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...