Skip to content

feat: DH-23433: Added barrage client benchmarks - #430

Open
stanbrub wants to merge 1 commit into
deephaven:mainfrom
stanbrub:barrage-client-benchmarks
Open

feat: DH-23433: Added barrage client benchmarks#430
stanbrub wants to merge 1 commit into
deephaven:mainfrom
stanbrub:barrage-client-benchmarks

Conversation

@stanbrub

Copy link
Copy Markdown
Collaborator

Added a barrage client benchmark to standard benchmarks that measures throughput for a two column table (String, double) retrieved via snapshot

@stanbrub stanbrub self-assigned this Aug 20, 2026
@stanbrub
stanbrub requested review from cpwright and a balanced review from Copilot August 20, 2026 23:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a standard benchmark measuring Barrage snapshot throughput for a two-column table.

Changes:

  • Creates a Barrage client session.
  • Benchmarks static snapshot retrieval at scale.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +8 to +9
* Standard tests for the ascending sort table operation. Sorts rows of data from the source table according to the
* defined columns
@Test
void snapshot() {
runner.setScaleFactors(6, 0);
var q = "result = session.snapshot(b's/source')";
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.

2 participants