feat: merge-train/barretenberg#15487
Merged
Merged
Conversation
I used this to get the benchmark results in #15403 (comment)
chrome: Distribute content equally among threads within each range The original code gives each thread the same number of rows but the same number of rows in each range does not necessarily mean the same work. This PR makes sure that for each range, each thread gets roughly the same number of rows. The leftovers are also evenly distributed because if we give them to the last thread for each range, the total worst case the last thread can get O(num_thread * num_ranges) more rows than others.
`goblin_bench` does not seem to exist anymore. `client_ivc_bench` should be a sensible default.
Collaborator
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
Picks out a ready-to-merge chunk of bbrpc functionality. bbrpc_commands.hpp defining RPC command structures named_union.hpp for command variant handling bbrpc_execute.hpp doing some basic execution added the first acir-serializing tests to api_client_ivc.test.cpp --------- Co-authored-by: AztecBot <tech@aztecprotocol.com> Co-authored-by: ledwards2225 <98505400+ledwards2225@users.noreply.github.com>
Collaborator
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
danielntmd
pushed a commit
to danielntmd/aztec-packages
that referenced
this pull request
Jul 16, 2025
See [merge-train-readme.md](https://github.com/AztecProtocol/aztec-packages/blob/next/.github/workflows/merge-train-readme.md). feat: script to benchmark example flows remotely (AztecProtocol#15469) chore: Distribute content equally for each range (AztecProtocol#15403) fix: update default benchmark in benchmark_remote.sh (AztecProtocol#15500) feat(bb): add subset of bbrpc. test api_client_ivc.cpp (AztecProtocol#15476) --------- Co-authored-by: AztecBot <tech@aztecprotocol.com> Co-authored-by: Jonathan Hao <jonathan@aztec-labs.com> Co-authored-by: ledwards2225 <98505400+ledwards2225@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See merge-train-readme.md.
feat: script to benchmark example flows remotely (#15469)
chore: Distribute content equally for each range (#15403)
fix: update default benchmark in benchmark_remote.sh (#15500)
feat(bb): add subset of bbrpc. test api_client_ivc.cpp (#15476)