Skip to content

Load Testing

Load Testing #112

Triggered via pull request November 21, 2023 17:29
Status Success
Total duration 2m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
function `get_random_historical_root` is never used: bin/load_test/goose_functions/mod.rs#L211
warning: function `get_random_historical_root` is never used --> bin/load_test/goose_functions/mod.rs:211:14 | 211 | pub async fn get_random_historical_root( | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
function `get_random_historical_root` is never used: bin/load_test/goose_functions/mod.rs#L211
warning: function `get_random_historical_root` is never used --> bin/load_test/goose_functions/mod.rs:211:14 | 211 | pub async fn get_random_historical_root( | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused imports: `invalid_identity_historical_root`, `invalid_identity_latest_root`, `validate_inclusion_proof_against_signup_sequencer`: bin/load_test/main.rs#L10
warning: unused imports: `invalid_identity_historical_root`, `invalid_identity_latest_root`, `validate_inclusion_proof_against_signup_sequencer` --> bin/load_test/main.rs:10:5 | 10 | invalid_identity_historical_root, invalid_identity_latest_root, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | valid_random_identity_historical_root, valid_random_identity_latest_root, 12 | validate_inclusion_proof_against_signup_sequencer, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `std::time::Duration`: bin/load_test/main.rs#L4
warning: unused import: `std::time::Duration` --> bin/load_test/main.rs:4:5 | 4 | use std::time::Duration; | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused imports: `invalid_identity_historical_root`, `invalid_identity_latest_root`, `validate_inclusion_proof_against_signup_sequencer`: bin/load_test/main.rs#L10
warning: unused imports: `invalid_identity_historical_root`, `invalid_identity_latest_root`, `validate_inclusion_proof_against_signup_sequencer` --> bin/load_test/main.rs:10:5 | 10 | invalid_identity_historical_root, invalid_identity_latest_root, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 11 | valid_random_identity_historical_root, valid_random_identity_latest_root, 12 | validate_inclusion_proof_against_signup_sequencer, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `std::time::Duration`: bin/load_test/main.rs#L4
warning: unused import: `std::time::Duration` --> bin/load_test/main.rs:4:5 | 4 | use std::time::Duration; | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` 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
unused import: `FuturesOrdered`: src/tree/tree_updater.rs#L8
warning: unused import: `FuturesOrdered` --> src/tree/tree_updater.rs:8:23 | 8 | use futures::stream::{FuturesOrdered, FuturesUnordered}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `FuturesOrdered`: src/tree/tree_updater.rs#L8
warning: unused import: `FuturesOrdered` --> src/tree/tree_updater.rs:8:23 | 8 | use futures::stream::{FuturesOrdered, FuturesUnordered}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` 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/