R
pgbench -U postgres -j 64 -c 64 -M prepared -T 120 -v -P 5 pgbench
transaction type: <builtin: TPC-B (sort of)>
scaling factor: 1000
query mode: prepared
number of clients: 64
number of threads: 64
duration: 120 s
number of transactions actually processed: 961941
latency average = 7.976 ms
latency stddev = 3.940 ms
tps = 8012.498048 (including connections establishing)
tps = 8021.703610 (excluding connections establishing)
pgbench -U postgres -j 64 -c 64 -M prepared -T 120 -v -P 5 pgbench
transaction type: <builtin: TPC-B (sort of)>
scaling factor: 1000
query mode: prepared
number of clients: 64
number of threads: 64
duration: 120 s
number of transactions actually processed: 718720
latency average = 10.669 ms
latency stddev = 3.694 ms
tps = 5986.042787 (including connections establishing)
tps = 5995.380882 (excluding connections establishing)

