pgsql: pgbench: Avoid unnecessary measurement of connection delays.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgbench: Avoid unnecessary measurement of connection delays.
Date: 2021-08-30 12:41:43
Message-ID: E1mKgbf-0008UO-Vu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Avoid unnecessary measurement of connection delays.

Commit 547f04e734 changed pgbench so that it used the measurement result
of connection delays in its benchmark report only when -C/--connect option
is specified. But previously those delays were unnecessarily measured
even when that option is not specified. Which was a waste of cycles.
This commit improves pgbench so that it avoids such unnecessary measurement.

Back-patch to v14 where commit 547f04e734 first appeared.

Author: Yugo Nagata
Reviewed-by: Fabien COELHO, Asif Rehman, Fujii Masao
Discussion: https://postgr.es/m/20210614151155.a393bc7d8fed183e38c9f52a@sraoss.co.jp

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/efe2382d5ade2c8d63f2aa1b48cc85691a2bfabd

Modified Files
--------------
src/bin/pgbench/pgbench.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-08-30 14:03:39 Re: pgsql: Avoid using ambiguous word "positive" in error message.
Previous Message Fujii Masao 2021-08-30 12:41:18 pgsql: pgbench: Avoid unnecessary measurement of connection delays.