From 0bec14ba1c5fd0ed0d05710734aa75ec2f7a7d38 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 14:25:04 -0800 Subject: [PATCH] wrong benchmark --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9b9461f..050b199 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ tps = 112796.502381 (excluding connections establishing) ### Direct Postgres -Always good to have a base line. Note, at 128 clients, having our pooler ends up being faster. +Always good to have a base line. #### Runs @@ -327,16 +327,14 @@ tps = 153319.188482 (excluding connections establishing) $ pgbench -t 1000 -c 128 -j 2 -p 5432 -h 127.0.0.1 -S --protocol extended shard0 Password: starting vacuum...end. -pgbench: error: connection to database "shard0" failed: FATAL: sorry, too many clients already -FATAL: sorry, too many clients already transaction type: scaling factor: 1 query mode: extended number of clients: 128 number of threads: 2 number of transactions per client: 1000 -number of transactions actually processed: 64000/128000 -latency average = 1.324 ms -tps = 96692.385260 (including connections establishing) -tps = 96854.431104 (excluding connections establishing) +number of transactions actually processed: 128000/128000 +latency average = 0.854 ms +tps = 149818.594087 (including connections establishing) +tps = 150200.603049 (excluding connections establishing) ```