Issue with high request rate tests

Michael Hendrie pmix at hendrie.id.au
Tue Feb 4 23:10:11 UTC 2020


> On 5 Feb 2020, at 12:24 am, Alex Rousskov <rousskov at measurement-factory.com> wrote:
> 
> AFAICT, initialization of the "wsc" PGL variable on line 142 overflows
> with your workload parameters. You can work around that specific problem
> by converting to integer _after_ the division, when calling the
> working_set_cap() function:
> 
>  float wsc = peak_fill_rate * platDur; // number of objects in the WS
>  working_set_cap(int(wsc / clientHostCount));

Thanks, that allows the test to run up to the limit of my environment (40,000 req/sec)

Michael




More information about the Users mailing list