Skip to content

feat: ✨ benchmark storage providers pallet #2044

feat: ✨ benchmark storage providers pallet

feat: ✨ benchmark storage providers pallet #2044

Triggered via pull request November 15, 2024 21:10
Status Success
Total duration 2m 26s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
1m 1s
Check format with rustfmt
Check lint with clippy
2m 14s
Check lint with clippy
Check format with biome
13s
Check format with biome
Check lint with biome
17s
Check lint with biome
Typecheck with tsc
19s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check lint with clippy: pallets/proofs-dealer/src/benchmark_proofs.rs#L18
function `fetch_proof` is never used
Check lint with clippy: pallets/proofs-dealer/src/benchmark_proofs.rs#L45
function `fetch_challenges` is never used
Check lint with clippy: pallets/file-system/src/utils.rs#L69
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
Check lint with clippy: pallets/providers/src/utils.rs#L332
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
Check lint with clippy: pallets/providers/src/utils.rs#L1671
unnecessary map of the identity function
Check lint with clippy: pallets/providers/src/benchmarking.rs#L1232
using `clone` on type `<T as Config>::ValuePropId` which implements the `Copy` trait
Check lint with clippy: pallets/providers/src/benchmarking.rs#L1346
using `clone` on type `<T as Config>::ValuePropId` which implements the `Copy` trait
Check lint with clippy: pallets/providers/src/benchmarking.rs#L1355
using `clone` on type `<T as Config>::ValuePropId` which implements the `Copy` trait
Check lint with clippy: pallets/providers/src/benchmarking.rs#L1363
using `clone` on type `<T as Config>::ValuePropId` which implements the `Copy` trait
Check lint with clippy: pallets/payment-streams/src/benchmarking.rs#L190
using `clone` on type `<T as Config>::ProviderId` which implements the `Copy` trait