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.37.0 #6101

Merged
merged 1 commit into from
May 2, 2024

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Apr 30, 2024

πŸ€– I have created a release beep boop

aztec-package: 0.37.0

0.37.0 (2024-05-02)

Miscellaneous

  • aztec-package: Synchronize aztec-packages versions
barretenberg.js: 0.37.0

0.37.0 (2024-05-02)

Features

aztec-packages: 0.37.0

0.37.0 (2024-05-02)

⚠ BREAKING CHANGES

Features

Bug Fixes

Miscellaneous

Documentation

barretenberg: 0.37.0

0.37.0 (2024-05-02)

⚠ BREAKING CHANGES

Features

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch 2 times, most recently from d30d557 to 119f891 Compare April 30, 2024 19:30
@AztecBot
Copy link
Collaborator Author

AztecBot commented Apr 30, 2024

Benchmark results

Metrics with a significant change:

  • batch_insert_into_indexed_tree_20_depth_ms (512): 514 (+17%)
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.

L2 block published to L1

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

Metric 8 txs 32 txs 64 txs
l1_rollup_calldata_size_in_bytes 740 740 740
l1_rollup_calldata_gas 6,680 6,680 6,656
l1_rollup_execution_gas 586,812 586,812 586,788
l2_block_processing_time_in_ms 1,689 (+1%) 5,191 (-1%) 9,591 (-3%)
l2_block_building_time_in_ms 25,759 (-1%) 90,149 165,981 (-2%)
l2_block_rollup_simulation_time_in_ms 25,461 (-1%) 89,391 164,544 (-2%)
l2_block_public_tx_process_time_in_ms 10,703 (-3%) 38,011 69,152 (-2%)

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,892 (+1%) 27,798 (+3%)
node_database_size_in_bytes 20,750,416 37,396,560
pxe_database_size_in_bytes 29,868 59,425

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 191 (+1%) 46,819 28,822
private-kernel-inner 227 76,734 28,822
private-kernel-ordering 252 (+1%) 53,040 42,751
base-parity 76.3 (-6%) 128 64.0
base-rollup 14,655 111,062 925
root-parity 1,734 (+3%) 27,064 64.0
root-rollup 79.5 (+4%) 11,454 789
public-kernel-app-logic 2,013 (-1%) 54,321 22,677
public-kernel-tail 4,936 159,770 3,898
merge-rollup 5,338 2,696 925
public-kernel-teardown 193 (+12%) 54,321 30,042
public-kernel-setup 226 (-1%) 54,321 30,042

Tree insertion stats

The duration to insert a fixed batch of leaves into each tree type.

Metric 1 leaves 16 leaves 64 leaves 128 leaves 512 leaves 1024 leaves 2048 leaves 4096 leaves 32 leaves
batch_insert_into_append_only_tree_16_depth_ms 12.0 (+4%) 19.6 N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_count 16.7 31.8 N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_ms 0.696 (+4%) 0.600 (-1%) N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_32_depth_ms N/A N/A 53.6 (-1%) 84.7 (+3%) 298 (-14%) 494 (+1%) 1,028 (+4%) 1,863 (-3%) N/A
batch_insert_into_append_only_tree_32_depth_hash_count N/A N/A 95.9 159 543 1,055 2,079 4,127 N/A
batch_insert_into_append_only_tree_32_depth_hash_ms N/A N/A 0.547 (-2%) 0.523 (+3%) 0.540 (-14%) 0.462 (+1%) 0.486 (+4%) 0.445 (-3%) N/A
batch_insert_into_indexed_tree_20_depth_ms N/A N/A 63.4 122 (-4%) ⚠️ 514 (+17%) 738 (+3%) 1,485 (-3%) 2,836 (-2%) N/A
batch_insert_into_indexed_tree_20_depth_hash_count N/A N/A 105 208 692 1,363 2,707 5,395 N/A
batch_insert_into_indexed_tree_20_depth_hash_ms N/A N/A 0.556 0.550 (-3%) 0.686 (+16%) 0.508 (+3%) 0.513 (-3%) 0.494 (-2%) N/A
batch_insert_into_indexed_tree_40_depth_ms N/A N/A N/A N/A N/A N/A N/A N/A 67.4
batch_insert_into_indexed_tree_40_depth_hash_count N/A N/A N/A N/A N/A N/A N/A N/A 108
batch_insert_into_indexed_tree_40_depth_hash_ms N/A N/A N/A N/A N/A N/A N/A N/A 0.594

Miscellaneous

Transaction sizes based on how many contract classes are registered in the tx.

Metric 0 registered classes 1 registered classes
tx_size_in_bytes 44,613 535,433

Transaction size based on fee payment method

Metric native fee payment method fpc_public fee payment method fpc_private fee payment method
tx_with_fee_size_in_bytes 897 1,145 1,345

Transaction processing duration by data writes.

Metric 0 new note hashes 1 new note hashes 2 new note hashes
tx_pxe_processing_time_ms 1,758 1,105 (+1%) 4,503 (+8%)
Metric 1 public data writes 2 public data writes 3 public data writes 4 public data writes 5 public data writes 8 public data writes
tx_sequencer_processing_time_ms 918 (+1%) 1,060 (+4%) 1,609 (+2%) 1,242 (+1%) 2,544 (-4%) 1,305 (-15%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 21 times, most recently from b6380bf to 01bd071 Compare May 1, 2024 18:39
@AztecBot AztecBot changed the title chore(master): Release 0.36.1 chore(master): Release 0.37.0 May 1, 2024
@AztecBot AztecBot force-pushed the release-please--branches--master branch 4 times, most recently from d119d61 to d0eee3e Compare May 1, 2024 23:23
@AztecBot AztecBot force-pushed the release-please--branches--master branch 3 times, most recently from d980ee3 to 21515c1 Compare May 2, 2024 10:07
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 21515c1 to 208406a Compare May 2, 2024 10:36
@rahul-kothari rahul-kothari enabled auto-merge (squash) May 2, 2024 11:05
@rahul-kothari rahul-kothari merged commit 8643922 into master May 2, 2024
66 checks passed
@rahul-kothari rahul-kothari deleted the release-please--branches--master branch May 2, 2024 11:06
@AztecBot
Copy link
Collaborator Author

AztecBot commented May 2, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented May 2, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented May 2, 2024

@AztecBot
Copy link
Collaborator Author

AztecBot commented May 2, 2024

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

Successfully merging this pull request may close these issues.

None yet

2 participants