Fix pgbench's calculation of average latency, when -T is not used.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 93834a20f67ee458c98067e253894457c5a958ad
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2016-09-21T10:16:02Z
Releases: 9.6.0
Fix pgbench's calculation of average latency, when -T is not used.

If the test duration was given in # of transactions (-t or no option),
rather as a duration (-T), the latency average was always printed as 0.
It has been broken ever since the display of latency average was added,
in 9.4.

Fabien Coelho

Discussion: <alpine.DEB.2.20.1607131015370.7486@sto>

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +4 −2