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
Proto file(s) rpc subscribeToResults(ID) returns (stream MatchResult);
Command line arguments / config
Command: ghz.exe --config config.json
Config file { "insecure": true, "proto": "ProtoFile.proto", "call": "package.to.Service.subscribeToResults", "data": { "ID": "2222" }, "metadata": { "trace_id": "{{.RequestNumber}}", "timestamp": "{{.TimestampUnix}}" }, "duration": "10m", "max-duration": "10m", "host": "127.0.0.1:50051" }
Environment
Screenshots
Summary: Count: 200 Total: 80.03 s Slowest: 0 ns Fastest: 0 ns Average: 20.00 s Requests/sec: 2.50
Response time histogram:
Latency distribution:
Status code distribution: [DeadlineExceeded] 200 responses
Error distribution: [200] rpc error: code = DeadlineExceeded desc = context deadline exceeded
Could you suggest me how I should test service which return stream?
The text was updated successfully, but these errors were encountered:
Hi bozzwin,
we have the same issue on our side, see #226 and #184.
Sorry, something went wrong.
I think this should be addressed with the options introduced in 0.80.0.
No branches or pull requests
Proto file(s)
rpc subscribeToResults(ID) returns (stream MatchResult);
Command line arguments / config
Command: ghz.exe --config config.json
Config file
{
"insecure": true,
"proto": "ProtoFile.proto",
"call": "package.to.Service.subscribeToResults",
"data": {
"ID": "2222"
},
"metadata": {
"trace_id": "{{.RequestNumber}}",
"timestamp": "{{.TimestampUnix}}"
},
"duration": "10m",
"max-duration": "10m",
"host": "127.0.0.1:50051"
}
Environment
Screenshots
Summary:
Count: 200
Total: 80.03 s
Slowest: 0 ns
Fastest: 0 ns
Average: 20.00 s
Requests/sec: 2.50
Response time histogram:
Latency distribution:
Status code distribution:
[DeadlineExceeded] 200 responses
Error distribution:
[200] rpc error: code = DeadlineExceeded desc = context deadline exceeded
Could you suggest me how I should test service which return stream?
The text was updated successfully, but these errors were encountered: