Hammer a database with some queries.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
303 B

; How many processes to fork
workers=16
; How long to allow the processes to run
; This is only checked after each query is completed, and if the elapsed time
; has been exceeded, the worker will exit.
duration=30
[db]
host=127.0.0.1
port=5432
username=postgres
password=postgres
database=my_database