Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(benchmark): support log stream appender #462

Merged
merged 1 commit into from
Jun 7, 2023

Commits on Jun 7, 2023

  1. test(benchmark): support log stream appender

    This PR adds the `--pipeline-size` flag to the benchmark tool. It makes the benchmark test client
    use LogStreamAppender, which allows pipelined append requests.
    
    - No pipelined requests if the flag is zero (default value).
    - Use pipelined requests by using LogStreamAppender if the flag is greater than zero.
    
    The benchmark tool cannot support per-target level pipelined yet. Thus, if the `--pipeline-size` is
    greater than zero, all the log stream-specific targets will use LogStreamAppender.
    ijsong committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    84f03c7 View commit details
    Browse the repository at this point in the history