github.com/alphadose/itogami@v0.4.1-0.20221016160904-c25d0a36bfe7/benchmarks/constants.go (about)

     1  package test
     2  
     3  import "time"
     4  
     5  const (
     6  	RunTimes           = 1e6
     7  	BenchParam         = 10
     8  	PoolSize           = 5e4
     9  	DefaultExpiredTime = 10 * time.Second
    10  )