good morning!!!!

Skip to content
Snippets Groups Projects
config.go 230 B
Newer Older
Garet Halliday's avatar
Garet Halliday committed
package test

Garet Halliday's avatar
Garet Halliday committed
import (
Garet Halliday's avatar
Garet Halliday committed
	"pggat/lib/gat/pool/recipe"
Garet Halliday's avatar
Garet Halliday committed
)
Garet Halliday's avatar
Garet Halliday committed
type Config struct {
Garet Halliday's avatar
Garet Halliday committed
	// Stress is how many connections to run simultaneously for stress testing. <= 1 disables stress testing.
	Stress int

Garet Halliday's avatar
Garet Halliday committed
	Modes map[string]recipe.Dialer