mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-25 12:10:06 +08:00
Clean up format
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
facb8f2fed
commit
fc8fa53d99
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user