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

chore(master): Release 0.8.10 #2766

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Oct 10, 2023

🤖 I have created a release beep boop

aztec-packages: 0.8.10

0.8.10 (2023-10-11)

Features

Miscellaneous

Documentation

barretenberg.js: 0.8.10

0.8.10 (2023-10-11)

Features

barretenberg: 0.8.10

0.8.10 (2023-10-11)

Features

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch 13 times, most recently from 068ff78 to 765c50b Compare October 11, 2023 10:02
@AztecBot
Copy link
Collaborator Author

AztecBot commented Oct 11, 2023

Benchmark results

All benchmarks are run on txs on the Benchmarking contract on the repository. Each tx consists of a batch call to create_note and increment_balance, which guarantees that each tx has a private call, a nested private call, a public call, and a nested public call, as well as an emitted private note, an unencrypted log, and public storage read and write.

This benchmark source data is available in JSON format on S3 here.

Values are compared against data from master at commit b30839e9 and shown if the difference exceeds 1%.

L2 block published to L1

Each column represents the number of txs on an L2 block published to L1.

Metric 8 txs 32 txs 128 txs
l1_rollup_calldata_size_in_bytes 45,444 179,588 716,132
l1_rollup_calldata_gas 222,984 868,136 3,446,432
l1_rollup_execution_gas 842,071 3,595,244 22,201,801
l2_block_processing_time_in_ms 1,029 (+2%) 3,956 (+1%) 15,664 (+1%)
note_successful_decrypting_time_in_ms 331 (+2%) 1,012 (+2%) 3,743 (+2%)
note_trial_decrypting_time_in_ms ⚠️ 34.0 (+17%) ⚠️ 108 (+13%) 138 (+1%)
l2_block_building_time_in_ms 9,014 36,165 151,568 (+1%)
l2_block_rollup_simulation_time_in_ms 6,696 26,886 106,728 (+1%)
l2_block_public_tx_process_time_in_ms 2,275 9,150 44,177 (+1%)

L2 chain processing

Each column represents the number of blocks on the L2 chain where each block has 16 txs.

Metric 5 blocks 10 blocks
node_history_sync_time_in_ms ⚠️ 14,432 (-11%) ⚠️ 31,407 (-11%)
note_history_successful_decrypting_time_in_ms ⚠️ 2,384 (-19%) ⚠️ 4,752 (-22%)
note_history_trial_decrypting_time_in_ms 121 (-3%) 146 (-8%)
node_database_size_in_bytes 1,648,416 1,193,700
pxe_database_size_in_bytes 27,188 54,187

Circuits stats

Stats on running time and I/O sizes collected for every circuit run across all benchmarks.

Circuit circuit_simulation_time_in_ms circuit_input_size_in_bytes circuit_output_size_in_bytes
private-kernel-init 44.2 (-9%) 56,577 14,745
private-kernel-ordering 21.8 (-10%) 20,137 8,089
base-rollup 853 (-10%) 631,605 811
root-rollup 38.0 (-10%) 4,072 1,097
private-kernel-inner 37.4 (-9%) 72,288 14,745
public-kernel-private-input 47.5 (-9%) 37,359 14,745
public-kernel-non-first-iteration 28.5 (-9%) 37,401 14,745
merge-rollup ⚠️ 0.949 (-17%) 2,592 873

@AztecBot AztecBot force-pushed the release-please--branches--master branch 11 times, most recently from 5a7cf82 to 4a63602 Compare October 11, 2023 16:57
Copy link
Member

@TomAFrench TomAFrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Releasing so we can use new serialisation in Noir

@TomAFrench TomAFrench enabled auto-merge (squash) October 11, 2023 17:06
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 4a63602 to 384bc3c Compare October 11, 2023 17:12
@TomAFrench TomAFrench merged commit d6e0408 into master Oct 11, 2023
82 checks passed
@TomAFrench TomAFrench deleted the release-please--branches--master branch October 11, 2023 18:06
@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Include events in Noir contract artifacts
2 participants