Skip to content

chore(vm): add vm benchmarking #594

chore(vm): add vm benchmarking

chore(vm): add vm benchmarking #594

Triggered via pull request August 12, 2024 15:06
Status Success
Total duration 5m 44s
Artifacts

tests.yml

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

Annotations

6 warnings
clippy
The following actions use a deprecated Node.js version 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/vm/src/core/vm.rs#L752
[clippy] reported by reviewdog 🐶 <pre><code>warning: use of a fallible conversion when an infallible one could be used --> crates/vm/src/core/vm.rs:752:33 | 752 | self.stack.push(U256::try_from(result)?, operation); | ^^^^^^^^^^^^^^ help: use: `From::from` | = note: converting `FixedBytes<32>` to `Uint<256, 4>` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default </code></pre> Raw Output: crates/vm/src/core/vm.rs:752:33:w: <pre><code>warning: use of a fallible conversion when an infallible one could be used --> crates/vm/src/core/vm.rs:752:33 | 752 | self.stack.push(U256::try_from(result)?, operation); | ^^^^^^^^^^^^^^ help: use: `From::from` | = note: converting `FixedBytes<32>` to `Uint<256, 4>` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default </code></pre> __END__
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__
check
The following actions use a deprecated Node.js version 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/
test macos-latest
The following actions use a deprecated Node.js version 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/
test ubuntu-latest
The following actions use a deprecated Node.js version 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/