Clean up format

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-06-22 15:50:30 +02:00
parent facb8f2fed
commit fc8fa53d99

View File

@ -370,7 +370,7 @@ type benchCase struct {
}
func (bc benchCase) name() string {
return fmt.Sprintf("subs-%d/emits-%d/stateful-%t", bc.subs, bc.emits, bc.stateful)
return fmt.Sprintf("subs-%03d/emits-%03d/stateful-%t", bc.subs, bc.emits, bc.stateful)
}
func genTestCases() []benchCase {