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

workload/tpcc: extend --wait to also support fractions #39685

Merged
merged 1 commit into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. workload/tpcc: extend --wait to also support fractions

    In order to use TPC-C for operational testing (i.e. NOT benchmarking)
    it is useful to increase the rate of transactions without
    altogether saturating the TPS capacity (`--wait=false`).
    
    For this purpose, this commit extends the syntax accepted by `--wait`
    to recognize a multiplier which is applied to all wait times. The
    default is 1.0 (i.e. 100% of the wait time required by a benchmark).
    The words `true`/`on` and `false`/`off` are aliases for 1.0 and 0.0,
    respectively.
    
    Release note: None
    knz committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c6ec74f View commit details
    Browse the repository at this point in the history