kubo/epictest/unit.go
Brian Tiger Chow e47eaed419 fix(epictest) generate data before starting benchmark
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-14 18:11:44 -08:00

12 lines
137 B
Go

package epictest
const (
_ = iota // ignore first value by assigning to blank identifier
KB = 1 << (10 * iota)
MB
GB
TB
PB
EB
)