pgbench - compute & show latency consistently

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgbench - compute & show latency consistently
Date: 2016-07-09 08:42:27
Message-ID: alpine.DEB.2.20.1607091035530.3412@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Currently the latency is not computed and displayed consistently:

- the computation is wrong under -t (duration is zero...)

- depending on the conditions it is shown with a ":" syntax or
a "=" syntax.

The attached minor patch makes the computation & display more consistent.

--
Fabien.

Attachment Content-Type Size
pgbench-latency-t-1.patch text/x-diff 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2016-07-09 08:44:56 Re: pgbench - allow to store select results into variables
Previous Message Fabien COELHO 2016-07-09 08:20:39 pgbench - allow to store select results into variables