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

feat: Add a load generator to the examples #304

Merged
merged 2 commits into from
Jul 25, 2023
Merged

feat: Add a load generator to the examples #304

merged 2 commits into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. feat: Add a load generator to the examples

    Add a load generator example in the style of load generators we've made
    for other SDKs. It schedules a configurable number of alternating write
    and read tasks, limiting the total tps using a Guava RateLimiter.
    nand4011 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0bade14 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Add a warmup time after which the histogram is reset to cut off outlier

    times that occur when starting.
    
    Switch time measurement to nanoTime because millis didn't give enough
    resolution.
    nand4011 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    824af9f View commit details
    Browse the repository at this point in the history