Home
last modified time | relevance | path

Searched refs:reqpersec (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c433 float perc, reqpersec; in showLatencyReport() local
435 reqpersec = (float)config.requests_finished/((float)config.totlatency/1000); in showLatencyReport()
453 printf("%.2f requests per second\n\n", reqpersec); in showLatencyReport()
455 printf("\"%s\",\"%.2f\"\n", config.title, reqpersec); in showLatencyReport()
457 printf("%s: %.2f requests per second\n", config.title, reqpersec); in showLatencyReport()