We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command line arguments / config
./ghz \ --proto ./request.proto \ --call Request \ -d "{\"input\":{\"body\":\"${data}\"}}" \ --skipFirst 30000 \ -x 5m -e \ --duration-stop="wait" \ -c 40 \ --connections 40 \ --rps 2500 \ "someurl"
Describe the bug When I run ghz with the -e flag, I get the error "fatal error: concurrent map iteration and map write".
The program works perfectly without the flag
Full dump here
https://pastebin.com/VNWDxQdS
To Reproduce Run a load test with -e
Expected behavior Program should work.
Environment
dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command line arguments / config
Describe the bug
When I run ghz with the -e flag, I get the error "fatal error: concurrent map iteration and map write".
The program works perfectly without the flag
Full dump here
https://pastebin.com/VNWDxQdS
To Reproduce
Run a load test with -e
Expected behavior
Program should work.
Environment
dev
The text was updated successfully, but these errors were encountered: