1
0
Fork 0

Update main.go

This commit is contained in:
Atridad Lahiji 2024-01-17 01:03:04 -07:00 committed by GitHub
parent 0a2d95652f
commit 3436c64d8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")