supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

Github Action for automatically running pgbench

Open chasers opened this issue 2 years ago • 2 comments

chasers avatar Feb 02 '23 15:02 chasers

Hey

Quick check: for this issue what would happen to the logs after running PGPASSWORD=postgres pgbench -M extended --transactions 100 --jobs 10 --client 100 -h localhost -p 7654 -U postgres.localhost postgres or similar?

Would it be piped somewhere or would it remain in the CI logs in case anyone wanted to inspect that changes are not affecting the performance of Supavisor too much.

If it's still relevant at all I mean

J0 avatar Jun 01 '23 17:06 J0

It's very relevant! As for the implementation, we can store the result in the CI and compare the transactions per second (TPS) result with a threshold value, which is stored as a GA variable

abc3 avatar Jun 01 '23 19:06 abc3