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] Prepare v1.12.0 #3648

Merged
merged 1 commit into from
Aug 12, 2022
Merged

[release] Prepare v1.12.0 #3648

merged 1 commit into from
Aug 12, 2022

Conversation

jolestar
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 Aug 12, 2022

Codecov Report

Merging #3648 (b0ff758) into master (c61056e) will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3648      +/-   ##
==========================================
+ Coverage   28.54%   28.60%   +0.07%     
==========================================
  Files         591      591              
  Lines       50691    50691              
  Branches    23891    23903      +12     
==========================================
+ Hits        14464    14496      +32     
+ Misses      22117    22003     -114     
- Partials    14110    14192      +82     
Flag Coverage Δ
unittests 28.60% <ø> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
consensus/src/consensus.rs 39.69% <0.00%> (-15.87%) ⬇️
vm/natives/src/account.rs 12.50% <0.00%> (-12.50%) ⬇️
rpc/server/src/rate_limit_middleware.rs 17.08% <0.00%> (-4.87%) ⬇️
sync/src/block_connector/test_write_block_chain.rs 23.26% <0.00%> (-4.65%) ⬇️
state/state-tree/src/mock/mod.rs 39.14% <0.00%> (-4.34%) ⬇️
commons/timeout-join-handler/src/lib.rs 40.43% <0.00%> (-4.25%) ⬇️
executor/src/executor.rs 45.84% <0.00%> (-4.16%) ⬇️
vm/natives/src/vector.rs 12.50% <0.00%> (-4.16%) ⬇️
chain/api/src/errors.rs 25.00% <0.00%> (-3.57%) ⬇️
...s/forkable-jellyfish-merkle/src/mock_tree_store.rs 29.32% <0.00%> (-3.44%) ⬇️
... and 90 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 c61056e...b0ff758. Read the comment docs.

@github-actions
Copy link

Benchmark for b4122c1

Click to view benchmark
Test Base PR %
accumulator_append 598.9±10.43µs 603.1±31.35µs +0.70%
block_apply/block_apply_10 630.6±0.96ms 632.1±1.41ms +0.24%
block_apply/block_apply_1000 64.4±0.04s 64.3±0.04s -0.16%
get_with_proof/db_store 36.3±0.40µs 36.6±0.27µs +0.83%
get_with_proof/mem_store 31.2±0.18µs 31.4±0.19µs +0.64%
put_and_commit/db_store/1 95.5±5.25µs 95.0±5.24µs -0.52%
put_and_commit/db_store/10 853.0±43.08µs 853.9±39.41µs +0.11%
put_and_commit/db_store/100 7.3±0.38ms 7.3±0.29ms 0.00%
put_and_commit/db_store/5 438.4±22.17µs 436.3±22.05µs -0.48%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.16ms 0.00%
put_and_commit/mem_store/1 61.4±5.45µs 61.3±5.61µs -0.16%
put_and_commit/mem_store/10 576.7±46.81µs 572.8±46.75µs -0.68%
put_and_commit/mem_store/100 5.7±0.83ms 5.7±0.83ms 0.00%
put_and_commit/mem_store/5 289.4±24.28µs 289.1±24.28µs -0.10%
put_and_commit/mem_store/50 2.9±0.19ms 2.8±0.19ms -3.45%
query_block/query_block_in(10)_times(100) 5.4±0.20ms 5.4±0.23ms 0.00%
query_block/query_block_in(10)_times(1000) 53.7±2.26ms 54.6±0.78ms +1.68%
query_block/query_block_in(10)_times(10000) 541.5±12.65ms 544.2±11.89ms +0.50%
query_block/query_block_in(1000)_times(100) 970.1±8.11µs 971.7±7.13µs +0.16%
query_block/query_block_in(1000)_times(1000) 9.7±0.11ms 9.7±0.07ms 0.00%
query_block/query_block_in(1000)_times(10000) 96.7±1.37ms 97.3±0.82ms +0.62%
storage_transaction 1060.2±270.45µs 1085.6±309.86µs +2.40%
vm/transaction_execution/1 708.5±4.79ms 707.2±2.72ms -0.18%
vm/transaction_execution/10 176.2±0.55ms 175.6±0.56ms -0.34%
vm/transaction_execution/20 152.2±1.05ms 151.6±0.56ms -0.39%
vm/transaction_execution/5 234.1±5.48ms 232.0±0.34ms -0.90%
vm/transaction_execution/50 166.4±0.71ms 166.5±0.73ms +0.06%

@jolestar jolestar merged commit 369a4d3 into master Aug 12, 2022
@jolestar jolestar deleted the release/v1.12.0 branch August 12, 2022 15:12
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.

3 participants