Skip to content

feat: merge-train/barretenberg#15487

Merged
AztecBot merged 16 commits into
nextfrom
merge-train/barretenberg
Jul 4, 2025
Merged

feat: merge-train/barretenberg#15487
AztecBot merged 16 commits into
nextfrom
merge-train/barretenberg

Conversation

@ludamad

@ludamad ludamad commented Jul 3, 2025

Copy link
Copy Markdown
Collaborator

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)

AztecBot and others added 14 commits July 3, 2025 03:06
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.

@AztecBot AztecBot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Auto-approved

@AztecBot AztecBot added this pull request to the merge queue Jul 3, 2025
@AztecBot

AztecBot commented Jul 3, 2025

Copy link
Copy Markdown
Collaborator

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 3, 2025
ludamad and others added 2 commits July 3, 2025 21:22
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>
@AztecBot AztecBot added this pull request to the merge queue Jul 4, 2025
@AztecBot

AztecBot commented Jul 4, 2025

Copy link
Copy Markdown
Collaborator

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

Merged via the queue into next with commit c3c5eae Jul 4, 2025
5 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants