Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pop bench pallet logic implementation #407

Open
wants to merge 55 commits into
base: chungquantin/feat-pop_bench_command
Choose a base branch
from

chore: revert changes

9d7c1b7
Select commit
Loading
Failed to load commit list.
Open

feat: pop bench pallet logic implementation #407

chore: revert changes
9d7c1b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 18, 2025 in 1s

75.33% (-0.01%) compared to 68ec6d5

View this Pull Request on Codecov

75.33% (-0.01%) compared to 68ec6d5

Details

Codecov Report

Attention: Patch coverage is 72.09302% with 36 lines in your changes missing coverage. Please review.

Project coverage is 75.33%. Comparing base (68ec6d5) to head (9d7c1b7).

Files with missing lines Patch % Lines
crates/pop-cli/src/commands/bench/mod.rs 76.19% 12 Missing and 13 partials ⚠️
crates/pop-cli/src/common/prompt.rs 64.28% 0 Missing and 5 partials ⚠️
crates/pop-cli/src/main.rs 0.00% 5 Missing ⚠️
crates/pop-cli/src/commands/mod.rs 0.00% 1 Missing ⚠️
@@                           Coverage Diff                           @@
##           chungquantin/feat-pop_bench_command     #407      +/-   ##
=======================================================================
- Coverage                                75.34%   75.33%   -0.01%     
=======================================================================
  Files                                       64       67       +3     
  Lines                                    13973    14074     +101     
  Branches                                 13973    14074     +101     
=======================================================================
+ Hits                                     10528    10603      +75     
- Misses                                    2098     2116      +18     
- Partials                                  1347     1355       +8     
Files with missing lines Coverage Δ
crates/pop-cli/src/commands/call/chain.rs 74.82% <ø> (+0.17%) ⬆️
crates/pop-cli/src/commands/call/contract.rs 80.53% <ø> (+0.23%) ⬆️
crates/pop-parachains/src/bench.rs 100.00% <100.00%> (ø)
crates/pop-cli/src/commands/mod.rs 24.61% <0.00%> (-0.39%) ⬇️
crates/pop-cli/src/common/prompt.rs 64.28% <64.28%> (ø)
crates/pop-cli/src/main.rs 40.50% <0.00%> (-2.74%) ⬇️
crates/pop-cli/src/commands/bench/mod.rs 76.19% <76.19%> (ø)