Skip to content

Commit 0bec14b

Browse files
committed
wrong benchmark
1 parent ee9f609 commit 0bec14b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ tps = 112796.502381 (excluding connections establishing)
277277

278278
### Direct Postgres
279279

280-
Always good to have a base line. Note, at 128 clients, having our pooler ends up being faster.
280+
Always good to have a base line.
281281

282282
#### Runs
283283

@@ -327,16 +327,14 @@ tps = 153319.188482 (excluding connections establishing)
327327
$ pgbench -t 1000 -c 128 -j 2 -p 5432 -h 127.0.0.1 -S --protocol extended shard0
328328
Password:
329329
starting vacuum...end.
330-
pgbench: error: connection to database "shard0" failed: FATAL: sorry, too many clients already
331-
FATAL: sorry, too many clients already
332330
transaction type: <builtin: select only>
333331
scaling factor: 1
334332
query mode: extended
335333
number of clients: 128
336334
number of threads: 2
337335
number of transactions per client: 1000
338-
number of transactions actually processed: 64000/128000
339-
latency average = 1.324 ms
340-
tps = 96692.385260 (including connections establishing)
341-
tps = 96854.431104 (excluding connections establishing)
336+
number of transactions actually processed: 128000/128000
337+
latency average = 0.854 ms
338+
tps = 149818.594087 (including connections establishing)
339+
tps = 150200.603049 (excluding connections establishing)
342340
```

0 commit comments

Comments
 (0)