Skip to content

feat(cli): add StreamingPerformanceCase support to CLI#783

Open
liuhao6741 wants to merge 1 commit into
zilliztech:mainfrom
liuhao6741:feat/cli-streaming-case
Open

feat(cli): add StreamingPerformanceCase support to CLI#783
liuhao6741 wants to merge 1 commit into
zilliztech:mainfrom
liuhao6741:feat/cli-streaming-case

Conversation

@liuhao6741
Copy link
Copy Markdown
Contributor

@liuhao6741 liuhao6741 commented May 19, 2026

Summary

  • Add CLI options and case config handling for StreamingPerformanceCase, enabling streaming benchmark tests from the command line
  • New CLI options: --streaming-insert-rate, --streaming-search-stages, --streaming-concurrencies, --streaming-optimize-after-write, --streaming-read-dur-after-write
  • Update --dataset-with-size-type help text to reflect its use across StreamingPerformanceCase, NewIntFilterPerformanceCase, and LabelFilterPerformanceCase

Test plan

  • Run vectordbbench <db> --help and verify the new streaming options appear with correct defaults
  • Run a streaming benchmark via CLI: vectordbbench <db> --case-type StreamingPerformanceCase --streaming-insert-rate 500 --streaming-search-stages '[0.5, 0.8]'
  • Verify existing non-streaming CLI commands are unaffected

🤖 Generated with Claude Code

Add CLI options and case config handling for StreamingPerformanceCase,
enabling streaming benchmark tests from the command line. New options:
- --streaming-insert-rate: fixed insertion rate (rows/s)
- --streaming-search-stages: search stages as JSON list of floats
- --streaming-concurrencies: concurrency levels for search tests
- --streaming-optimize-after-write: toggle post-write optimization
- --streaming-read-dur-after-write: search duration after all inserts

Also update --dataset-with-size-type help text to reflect its use
across StreamingPerformanceCase, NewIntFilterPerformanceCase, and
LabelFilterPerformanceCase.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: liuhao6741
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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