Update main.go
This commit is contained in:
2
main.go
2
main.go
@ -7,7 +7,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "1.0.1"
|
var version string = "1.0.2"
|
||||||
|
|
||||||
func parseCommandLine() (float64, int, string, string, string, string) {
|
func parseCommandLine() (float64, int, string, string, string, string) {
|
||||||
requestsPerSecond := flag.Float64("rate", 10, "Number of requests per second")
|
requestsPerSecond := flag.Float64("rate", 10, "Number of requests per second")
|
||||||
|
Reference in New Issue
Block a user