Skip to content

perf: use hashbrown for HashMap and HashSet #584

perf: use hashbrown for HashMap and HashSet

perf: use hashbrown for HashMap and HashSet #584

Triggered via pull request August 6, 2024 21:27
Status Cancelled
Total duration 6m 4s
Artifacts

tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
test ubuntu-latest
Canceling since a higher priority waiting request for 'test-jon-becker/perf-hashbrown' exists
test ubuntu-latest
The operation was canceled.
doctest
Canceling since a higher priority waiting request for 'test-jon-becker/perf-hashbrown' exists
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy: crates/cli/src/args.rs#L45
[clippy] reported by reviewdog 🐶 <pre><code>warning: name `CFG` contains a capitalized acronym --> crates/cli/src/args.rs:45:5 | 45 | CFG(CFGArgs), | ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms = note: `#[warn(clippy::upper_case_acronyms)]` on by default </code></pre> Raw Output: crates/cli/src/args.rs:45:5:w: <pre><code>warning: name `CFG` contains a capitalized acronym --> crates/cli/src/args.rs:45:5 | 45 | CFG(CFGArgs), | ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms = note: `#[warn(clippy::upper_case_acronyms)]` on by default </code></pre> __END__
test macos-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/