You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kvget:=kvCommand.Command("get", "Get messages from a KV bucket").Action(c.kvGetAction)
220
-
kvget.Flag("randomize", "Randomly access messages using keys between 0 and this number (set to 0 for sequential access)").Default("0").IntVar(&c.randomizeGets)
221
+
kvget.Flag("randomize", "Randomly get messages using keys between 0 and this number (set to 0 for sequential access)").Default("0").IntVar(&c.randomize)
221
222
222
223
oldJSCommand:=benchCommand.Command("oldjs", "JetStream benchmark commands using the old JS API").Hidden()
0 commit comments