type Config struct {
// PostgresConninfo defines connections string used for connecting to Postgres. PostgresConninfo string// Jobs defines how many workers should be created for producing deadlocks. Jobs uint16
}
Config defines configuration settings for deadlocks workload.