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
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: add regression test for issue 4449 (noir-lang/noir#4503)
chore: pass macro processors by reference (noir-lang/noir#4501)
chore: bump bb to 0.26.3 (noir-lang/noir#4488)
fix: handling of gh deps in noir_wasm (noir-lang/noir#4499)
fix: iterative flattening pass (noir-lang/noir#4492)
chore: Move templated code for assert_message into the stdlib (noir-lang/noir#4475)
chore: pull out separate function for compiling and running a test
chore: update cargo deny config (noir-lang/noir#4486)
feat: run tests in parallel in nargo test (noir-lang/noir#4484)
END_COMMIT_OVERRIDE
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 fed729da 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,700
18,884
36,452
l1_rollup_calldata_gas
66,156
238,820
469,268
l1_rollup_execution_gas
⚠️ 194,104 (-71%)
⚠️ 500,126 (-49%)
⚠️ 908,526 (-35%)
l2_block_processing_time_in_ms
1,181 (+2%)
4,463 (+3%)
8,866 (+4%)
note_successful_decrypting_time_in_ms
199 (+1%)
539 (+3%)
990 (+4%)
note_trial_decrypting_time_in_ms
107 (-2%)
58.8 (+45%)
124 (+47%)
l2_block_building_time_in_ms
⚠️ 16,338 (+51%)
⚠️ 65,318 (+52%)
⚠️ 130,705 (+53%)
l2_block_rollup_simulation_time_in_ms
⚠️ 12,445 (+75%)
⚠️ 49,463 (+73%)
⚠️ 99,648 (+77%)
l2_block_public_tx_process_time_in_ms
3,864 (+4%)
15,614 (+9%)
30,896 (+6%)
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,933 (-3%)
26,900 (-1%)
note_history_successful_decrypting_time_in_ms
1,242
2,436 (+2%)
note_history_trial_decrypting_time_in_ms
89.1 (-9%)
142 (+38%)
node_database_size_in_bytes
18,776,144
35,541,072
pxe_database_size_in_bytes
29,923
59,478
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
252 (+2%)
44,736
28,001
private-kernel-ordering
193 (+1%)
52,625
14,627
base-rollup
⚠️ 1,321 (+103%)
177,932
933 (-6%)
root-rollup
70.0 (+3%)
4,192 (-3%)
825
private-kernel-inner
322 (+3%)
73,715
28,001
public-kernel-app-logic
196 (+21%)
32,254
25,379
merge-rollup
⚠️ 5.71 (-32%)
2,712 (-5%)
933 (-6%)
Tree insertion stats
The duration to insert a fixed batch of leaves into each tree type.
Transaction sizes based on how many contracts are deployed in the tx.
Metric
0 deployed contracts
tx_size_in_bytes
19,179
Transaction processing duration by data writes.
Metric
0 new note hashes
1 new note hashes
tx_pxe_processing_time_ms
2,584 (-2%)
1,376 (+2%)
Metric
0 public data writes
1 public data writes
tx_sequencer_processing_time_ms
⚠️ 0.0272 (-100%)
479 (+5%)
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.
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: add regression test for issue 4449 (noir-lang/noir#4503)
chore: pass macro processors by reference (noir-lang/noir#4501)
chore: bump bb to 0.26.3 (noir-lang/noir#4488)
fix: handling of gh deps in noir_wasm (noir-lang/noir#4499)
fix: iterative flattening pass (noir-lang/noir#4492)
chore: Move templated code for assert_message into the stdlib (noir-lang/noir#4475)
chore: pull out separate function for compiling and running a test
chore: update cargo deny config (noir-lang/noir#4486)
feat: run tests in parallel in
nargo test(noir-lang/noir#4484)END_COMMIT_OVERRIDE