Update main.go
This commit is contained in:
parent
0a2d95652f
commit
3436c64d8d
1 changed files with 1 additions and 1 deletions
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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue