github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/params/config4neat.go (about)

     1  package params
     2  
     3  var GenCfg = GeneralConfig{PerfTest: false}
     4  
     5  type GeneralConfig struct {
     6  	PerfTest bool `json:"perfTest,omitempty"`
     7  }