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

prepare release v1.13.0 #3850

Merged
merged 1 commit into from
Feb 16, 2023
Merged

prepare release v1.13.0 #3850

merged 1 commit into from
Feb 16, 2023

Conversation

nkysg
Copy link
Collaborator

@nkysg nkysg commented Feb 16, 2023

prepare release v1.13.0

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 16, 2023

Codecov Report

Merging #3850 (f1677a8) into master (55eee20) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3850      +/-   ##
==========================================
- Coverage   54.17%   54.10%   -0.07%     
==========================================
  Files         613      613              
  Lines       67951    67951              
==========================================
- Hits        36807    36759      -48     
- Misses      31144    31192      +48     
Flag Coverage Δ
unittests 54.10% <ø> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
...mons/forkable-jellyfish-merkle/src/iterator/mod.rs 69.79% <0.00%> (-7.55%) ⬇️
...etwork-p2p/src/protocol/generic_proto/behaviour.rs 41.16% <0.00%> (-2.59%) ⬇️
network-p2p/src/protocol/generic_proto/handler.rs 79.78% <0.00%> (-0.83%) ⬇️
network-p2p/peerset/src/peersstate.rs 85.98% <0.00%> (-0.40%) ⬇️
network-p2p/src/request_responses.rs 84.68% <0.00%> (+0.38%) ⬆️
network-p2p/src/protocol.rs 72.54% <0.00%> (+0.54%) ⬆️
...ons/forkable-jellyfish-merkle/src/node_type/mod.rs 91.99% <0.00%> (+0.56%) ⬆️
...rc/protocol/generic_proto/upgrade/notifications.rs 92.23% <0.00%> (+1.35%) ⬆️
network/api/src/tests.rs 95.00% <0.00%> (+3.75%) ⬆️

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 55eee20...f1677a8. Read the comment docs.

@nkysg nkysg enabled auto-merge (squash) February 16, 2023 04:14
@github-actions
Copy link

Benchmark for 312620a

Click to view benchmark
Test Base PR %
accumulator_append 604.2±27.27µs 604.7±26.88µs +0.08%
block_apply/block_apply_10 262.8±0.40ms 262.8±0.43ms 0.00%
block_apply/block_apply_1000 27.0±0.02s 27.1±0.02s +0.37%
get_with_proof/db_store 36.6±0.19µs 36.8±0.52µs +0.55%
get_with_proof/mem_store 31.4±0.16µs 31.7±0.17µs +0.96%
put_and_commit/db_store/1 95.5±4.74µs 95.1±5.00µs -0.42%
put_and_commit/db_store/10 856.8±37.28µs 855.4±40.44µs -0.16%
put_and_commit/db_store/100 7.3±0.30ms 7.4±0.27ms +1.37%
put_and_commit/db_store/5 437.5±21.36µs 438.8±20.94µs +0.30%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.16ms 0.00%
put_and_commit/mem_store/1 61.9±5.69µs 61.7±5.64µs -0.32%
put_and_commit/mem_store/10 576.4±47.19µs 575.7±47.56µs -0.12%
put_and_commit/mem_store/100 5.7±0.48ms 5.7±0.82ms 0.00%
put_and_commit/mem_store/5 291.3±24.66µs 291.5±25.47µs +0.07%
put_and_commit/mem_store/50 2.8±0.18ms 2.8±0.19ms 0.00%
query_block/query_block_in(10)_times(100) 3.9±0.06ms 3.9±0.12ms 0.00%
query_block/query_block_in(10)_times(1000) 38.5±0.76ms 39.1±1.16ms +1.56%
query_block/query_block_in(10)_times(10000) 389.2±6.92ms 382.6±5.76ms -1.70%
query_block/query_block_in(1000)_times(100) 967.6±10.66µs 965.0±10.60µs -0.27%
query_block/query_block_in(1000)_times(1000) 9.6±0.11ms 9.6±0.08ms 0.00%
query_block/query_block_in(1000)_times(10000) 95.9±0.58ms 96.9±0.79ms +1.04%
storage_transaction 991.5±321.58µs 1128.5±374.73µs +13.82%
vm/transaction_execution/1 309.3±3.05ms 306.7±1.02ms -0.84%
vm/transaction_execution/10 96.8±0.53ms 96.1±0.14ms -0.72%
vm/transaction_execution/20 90.6±0.41ms 90.0±0.34ms -0.66%
vm/transaction_execution/5 118.0±0.32ms 117.4±0.45ms -0.51%
vm/transaction_execution/50 105.3±0.85ms 104.9±0.28ms -0.38%

@nkysg nkysg disabled auto-merge February 16, 2023 04:23
@nkysg nkysg merged commit f165da8 into master Feb 16, 2023
@nkysg nkysg deleted the prepare_v1.13.0 branch February 16, 2023 04:26
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