]> granicus.if.org Git - postgresql/commit
Print test parameters like "foo: 123", and results like "foo = 123".
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 21 Sep 2016 10:24:13 +0000 (13:24 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 21 Sep 2016 10:24:42 +0000 (13:24 +0300)
commit970300faae189c38fbe393dfab1e326fb75c9a49
tree56c103aad2bc0baee718d6370eb7ce5a19c18835
parent93834a20f67ee458c98067e253894457c5a958ad
Print test parameters like "foo: 123", and results like "foo = 123".

The way "latency average" was printed was differently if it was calculated
from the overall run time or was measured on a per-transaction basis.
Also, the per-script weight is a test parameter, rather than a result, so
use the "weight: %f" style for that.

Backpatch to 9.6, since the inconsistency on "latency average" was
introduced there.

Fabien Coelho

Discussion: <alpine.DEB.2.20.1607131015370.7486@sto>
src/bin/pgbench/pgbench.c