Load Testing #110
Annotations
14 warnings
redundant closure:
bin/load_test/goose_functions/mod.rs#L19
warning: redundant closure
--> bin/load_test/goose_functions/mod.rs:19:32
|
19 | once_cell::sync::Lazy::new(|| reqwest::Client::new());
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `reqwest::Client::new`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
redundant closure:
bin/load_test/goose_functions/mod.rs#L19
warning: redundant closure
--> bin/load_test/goose_functions/mod.rs:19:32
|
19 | once_cell::sync::Lazy::new(|| reqwest::Client::new());
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `reqwest::Client::new`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
very complex type used. Consider factoring parts into `type` definitions:
src/state_bridge/service.rs#L96
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/state_bridge/service.rs:96:10
|
96 | ) -> Result<
| __________^
97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>,
98 | | StateBridgeError<L1M, L2M>,
99 | | > {
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
|
very complex type used. Consider factoring parts into `type` definitions:
src/state_bridge/service.rs#L96
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/state_bridge/service.rs:96:10
|
96 | ) -> Result<
| __________^
97 | | Vec<JoinHandle<Result<(), StateBridgeError<L1M, L2M>>>>,
98 | | StateBridgeError<L1M, L2M>,
99 | | > {
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected], actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|