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.14.1 #3264

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Nov 7, 2023

🤖 I have created a release beep boop

aztec-packages: 0.14.1

0.14.1 (2023-11-07)

Bug Fixes

  • Remove aztec.nr version check from noir-compiler (#3263) (e2e4775)
barretenberg.js: 0.14.1

0.14.1 (2023-11-07)

Miscellaneous

  • barretenberg.js: Synchronize aztec-packages versions
barretenberg: 0.14.1

0.14.1 (2023-11-07)

Miscellaneous

  • barretenberg: Synchronize aztec-packages versions

This PR was generated with Release Please. See documentation.

@alexghr alexghr enabled auto-merge (squash) November 7, 2023 11:50
@alexghr alexghr merged commit f6573fa into master Nov 7, 2023
2 checks passed
@alexghr alexghr deleted the release-please--branches--master branch November 7, 2023 12:17
@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 7, 2023

@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 7, 2023

@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 7, 2023

@AztecBot
Copy link
Collaborator Author

AztecBot commented Nov 7, 2023

Benchmark results

No metrics with a significant change found.

Detailed 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 e2e47757 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,996 868,196 3,449,816
l1_rollup_execution_gas 842,083 3,595,304 22,205,185
l2_block_processing_time_in_ms 1,997 (+2%) 7,544 29,648
note_successful_decrypting_time_in_ms 290 (-1%) 856 3,132
note_trial_decrypting_time_in_ms 91.0 (-2%) 64.0 (+2%) 136 (+3%)
l2_block_building_time_in_ms 13,191 52,302 208,364
l2_block_rollup_simulation_time_in_ms 11,873 (+1%) 47,026 187,318
l2_block_public_tx_process_time_in_ms 1,281 5,143 20,562

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 21,324 (-1%) 41,942 (-1%)
note_history_successful_decrypting_time_in_ms 1,993 3,947 (+1%)
note_history_trial_decrypting_time_in_ms 120 (-1%) 142 (-1%)
node_database_size_in_bytes 1,629,080 1,097,332
pxe_database_size_in_bytes 29,748 59,307

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 771 61,697 18,905
private-kernel-ordering 123 24,297 8,153
base-rollup 1,769 656,311 814
root-rollup 82.7 (+9%) 4,072 1,097
private-kernel-inner 787 81,568 18,905
public-kernel-private-input 41.3 41,519 18,841
public-kernel-non-first-iteration 26.1 41,497 18,841
merge-rollup 0.949 (+2%) 2,592 873

Miscellaneous

Transaction sizes based on how many contracts are deployed in the tx.

Metric 0 deployed contracts 1 deployed contracts
tx_size_in_bytes 8,787 27,547

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.

3 participants