Report nth-% latency at start of --search.
This commit is contained in:
parent
7e74898c4a
commit
571dc0bd07
@ -376,7 +376,7 @@ int main(int argc, char **argv) {
|
|||||||
high_qps = stats.get_qps();
|
high_qps = stats.get_qps();
|
||||||
cur_qps = stats.get_qps();
|
cur_qps = stats.get_qps();
|
||||||
|
|
||||||
I("peak qps = %d", high_qps);
|
I("peak qps = %d, nth = %.1f", high_qps, nth);
|
||||||
|
|
||||||
if (nth > x) {
|
if (nth > x) {
|
||||||
// while ((high_qps > low_qps * 1.02) && cur_qps > 10000) {
|
// while ((high_qps > low_qps * 1.02) && cur_qps > 10000) {
|
||||||
|
Loading…
Reference in New Issue
Block a user