You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 dc2fd9e5 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
64 txs
l1_rollup_calldata_size_in_bytes
5,668 (-1%)
18,820
36,356
l1_rollup_calldata_gas
65,728 (-1%)
238,372
469,364
l1_rollup_execution_gas
666,208 (-1%)
953,081 (-3%)
1,336,520 (-4%)
l2_block_processing_time_in_ms
1,298 (-3%)
4,819 (+1%)
9,534 (+6%)
note_successful_decrypting_time_in_ms
⚠️ 153 (-35%)
577 (-8%)
1,024 (+9%)
note_trial_decrypting_time_in_ms
58.1 (+46%)
⚠️ 100 (+163%)
58.0 (-24%)
l2_block_building_time_in_ms
⚠️ 16,365 (+27%)
⚠️ 65,670 (+30%)
⚠️ 130,103 (+28%)
l2_block_rollup_simulation_time_in_ms
7,396 (-3%)
29,429 (-2%)
58,901 (-3%)
l2_block_public_tx_process_time_in_ms
⚠️ 8,931 (+72%)
⚠️ 36,116 (+76%)
⚠️ 71,017 (+74%)
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
13,833 (-1%)
27,333 (-1%)
note_history_successful_decrypting_time_in_ms
1,231 (-13%)
2,464 (-8%)
note_history_trial_decrypting_time_in_ms
59.4 (-59%)
162 (+42%)
node_database_size_in_bytes
18,722,896 (-1%)
35,340,368 (-1%)
pxe_database_size_in_bytes
29,859
59,414
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
284
44,338 (-1%)
27,700 (-1%)
private-kernel-ordering
224 (+6%)
52,324 (-1%)
14,326 (-2%)
base-rollup
668 (-3%)
177,083
925 (-7%)
root-rollup
68.2 (-4%)
4,176 (-3%)
789 (-4%)
private-kernel-inner
⚠️ 645 (+76%)
73,197 (-1%)
27,700 (-1%)
public-kernel-app-logic
⚠️ 429 (+122%)
34,582 (-1%)
27,671 (-1%)
public-kernel-tail
93.2 (-1%)
34,206 (-1%)
27,671 (-1%)
merge-rollup
8.29 (-8%)
2,696 (-5%)
925 (-7%)
Tree insertion stats
The duration to insert a fixed batch of leaves into each tree type.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ir/noir-repo
subrepo:
subdir: "noir/noir-repo"
merged: "85ba5f688e"
upstream:
origin: "https://github.com/noir-lang/noir"
branch: "jf/brillig-cow-assign2"
commit: "85ba5f688e"
git-subrepo:
version: "0.4.6"
origin: "???"
commit: "???"
Please read contributing guidelines and remove this line.