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

release v1.10.0-rc.2 #3224

Merged
merged 1 commit into from
Feb 18, 2022
Merged

release v1.10.0-rc.2 #3224

merged 1 commit into from
Feb 18, 2022

Conversation

nanne007
Copy link
Member

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #3224 (1bf5ac9) into master (56aadba) will decrease coverage by 0.27%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3224      +/-   ##
==========================================
- Coverage   32.47%   32.20%   -0.26%     
==========================================
  Files         503      503              
  Lines       46375    46375              
  Branches    21293    21291       -2     
==========================================
- Hits        15054    14929     -125     
- Misses      17322    17345      +23     
- Partials    13999    14101     +102     
Flag Coverage Δ
unittests 32.20% <ø> (-0.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
executor/src/block_executor.rs 21.28% <0.00%> (-21.27%) ⬇️
test-helper/src/dummy_network_service.rs 22.23% <0.00%> (-14.81%) ⬇️
chain/open-block/src/lib.rs 31.58% <0.00%> (-9.21%) ⬇️
vm/types/src/on_chain_config/mod.rs 45.21% <0.00%> (-8.21%) ⬇️
commons/forkable-jellyfish-merkle/src/lib.rs 43.68% <0.00%> (-7.27%) ⬇️
vm/natives/src/account.rs 25.00% <0.00%> (-6.25%) ⬇️
chain/src/chain.rs 34.42% <0.00%> (-4.87%) ⬇️
types/src/account_state.rs 63.34% <0.00%> (-3.33%) ⬇️
chain/src/verifier/mod.rs 39.67% <0.00%> (-3.30%) ⬇️
commons/service-registry/src/service_actor.rs 38.71% <0.00%> (-3.22%) ⬇️
... and 74 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56aadba...1bf5ac9. Read the comment docs.

@github-actions
Copy link

Benchmark for 8f29c1c

Click to view benchmark
Test Base PR %
accumulator_append 589.8±14.43µs 592.8±14.77µs +0.51%
block_apply/block_apply_10 261.2±1.13ms 260.5±1.29ms -0.27%
block_apply/block_apply_1000 26.6±0.05s 26.5±0.02s -0.38%
get_with_proof/db_store 36.5±0.27µs 35.9±0.47µs -1.64%
get_with_proof/mem_store 31.7±0.38µs 31.1±0.48µs -1.89%
put_and_commit/db_store/1 95.6±6.54µs 95.2±4.79µs -0.42%
put_and_commit/db_store/10 854.8±40.41µs 856.5±39.45µs +0.20%
put_and_commit/db_store/100 7.3±0.33ms 7.3±0.36ms 0.00%
put_and_commit/db_store/5 436.1±21.08µs 437.6±23.06µs +0.34%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.19ms 0.00%
put_and_commit/mem_store/1 61.7±5.53µs 61.6±5.70µs -0.16%
put_and_commit/mem_store/10 580.1±48.17µs 575.1±48.86µs -0.86%
put_and_commit/mem_store/100 5.6±0.81ms 5.7±0.95ms +1.79%
put_and_commit/mem_store/5 294.3±24.85µs 292.1±27.82µs -0.75%
put_and_commit/mem_store/50 2.8±0.18ms 2.8±0.18ms 0.00%
query_block/query_block_in(10)_times(100) 3.9±0.15ms 3.9±0.07ms 0.00%
query_block/query_block_in(10)_times(1000) 39.3±0.89ms 39.3±0.85ms 0.00%
query_block/query_block_in(10)_times(10000) 389.0±6.00ms 390.4±9.07ms +0.36%
query_block/query_block_in(1000)_times(100) 949.0±5.43µs 955.1±12.11µs +0.64%
query_block/query_block_in(1000)_times(1000) 9.5±0.06ms 9.4±0.10ms -1.05%
query_block/query_block_in(1000)_times(10000) 94.9±0.76ms 94.8±0.72ms -0.11%
storage_transaction 1053.6±288.44µs 1062.9±306.16µs +0.88%
vm/transaction_execution/1 308.4±0.86ms 309.7±1.25ms +0.42%
vm/transaction_execution/10 98.1±1.08ms 98.7±3.37ms +0.61%
vm/transaction_execution/20 90.0±0.55ms 89.9±0.90ms -0.11%
vm/transaction_execution/5 118.8±0.53ms 119.1±1.04ms +0.25%
vm/transaction_execution/50 101.8±1.47ms 101.6±0.15ms -0.20%

@nanne007 nanne007 merged commit 95e2ed2 into master Feb 18, 2022
@nanne007 nanne007 deleted the prepare-release branch February 18, 2022 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants