-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't stop after -t seconds on windows #19
Comments
The error message itself could also be clarified. From the message I have no clue what is not supported by windows. Please add that information, e.g. "-t option is not properly supported" or something like that. |
The same situation for go 32 windows/32 1.8.1 gobench>gobench.exe -c 1 -t 10 -u http://localhost:8105/about/ After break program by ^C, printed out next result: Requests: 31 hits |
I had the same issue when I first downloaded and built. However, I think if you try and run via go run first the issue resolves itself;
See if that finishes after 10 seconds and if it does rebuild. I personally don't think this is a bug with gobench. |
Sending |
shameless plug: https://github.com/istio/fortio also had issues on windows at first but should now work fine after eliminating trying to send signal to self |
for future comers, check #27 |
I get a
not supported by windows
message in the console after the desired timeout. CTRL-c stops it just fine, and the results are also displayed nicely.The console output:
go version go1.6.2 windows/amd64
The text was updated successfully, but these errors were encountered: