Otto van der Schaaf
Otto van der Schaaf
With #355 merged, I can no longer reproduce this, and when backing it out, with some effort, I can. The asserts that triggers when the worker stacks unwind squelch the...
Sample configuration fragment from [here](https://github.com/envoyproxy/nighthawk/blob/master/source/server/README.md): ``` - name: test-server config: response_body_size: 10 response_headers: - { header: { key: "foo", value: "bar"} } - { header: { key: "foo", value: "bar2"},...
Currently the size of the request content body is determined here: https://github.com/envoyproxy/nighthawk/blob/5652d351364ce31e819b8824e748b3c1741ed6a1/source/client/benchmark_client_impl.cc#L154 Subsequently a request body sized accordingly to that is inserted here: https://github.com/envoyproxy/nighthawk/blob/5652d351364ce31e819b8824e748b3c1741ed6a1/source/client/stream_decoder.cc#L86 The content of the request body...
Context: The reasoning behind default termination on the first error was to avoid a “whoops I killed my server” by accident. And to force attention to potentially abnormal results in...
I'm not sure if it would be the right thing to re-use it, but it might be worth taking a look at `RequestSpecifier` over at https://github.com/envoyproxy/nighthawk/blob/master/api/request_source/service.proto Also, to float an...
I can feel you here, from the experience of debugging some sni related stuff; A bit more holistic / less targeted, if we could somehow get a hold of NHs...
Thanks for filing this and sharing your thoughts. My comments regarding the special treatment of duration had been more based on a mixture of gut feeling and in-review partial context,...
That looks like stale code to me, +1 to axe it out.
- re: ongoing experiments I have been manually experimenting with this with just the binaries and a bare-metal machine tuned for latency, and through empirical observation I learned that using...
I asked around, and as far as I know, nobody is planning to work on this in the short term.