Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5229978

Browse files
author
Marina Polyakova
committed
Code cleanup 5
1 parent4676e12 commit5229978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pgbench/pgbench.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ boolprogress_timestamp = false; /* progress report with Unix time */
172172
intnclients=1;/* number of clients */
173173
intnthreads=1;/* number of threads */
174174
boolis_connect;/* establish connection for each transaction */
175-
boolreport_per_command= false;/* report per-command latencies and
176-
* failures */
175+
boolreport_per_command= false;/* report per-command latencies,
176+
* failuresand attempts*/
177177
intmain_pid;/* main process id used in log filename */
178178
intmax_attempts_number=1;/* maximum number of attempts to run the
179179
* transaction with serialization or
@@ -4997,13 +4997,13 @@ threadRun(void *arg)
49974997
/* generate and show report */
49984998
StatsDatacur;
49994999
int64run=now-last_report;
5000+
int64attempts_count;
50005001
doubletps,
50015002
total_run,
50025003
latency,
50035004
sqlat,
50045005
lag,
50055006
latency_stdev,
5006-
attempts_count,
50075007
attempts_average,
50085008
attempts_stddev;
50095009
chartbuf[64];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp