Are you doing a closed loop latency test like gRPC benchmarking does?  
 Also, can you show your code?

On Monday, February 5, 2018 at 3:10:03 PM UTC-8, [email protected] wrote:
>
> Hi, I'm working on a custom latency test. I'm using payloads of sizes 1 
> byte, 200 bytes, 1kb and 10kb. The tests of 1 byte show a very big 
> difference from the rest of the payloads. (longer/worse latency).
>
> I'm working on grpc for c++ on Windows. I'm guessing this has to do with 
> some http2 packing or optimization logic meaning that it is taking longer 
> for the packets to be sent until a buffer is filled.
>
> What are the configuration I should look on modifying to see if I can 
> improve this behavior?
>
> I've tried looking around in 
>
> https://github.com/grpc/grpc/blob/master/include/grpc/grpc.h
>
> and in
>
>
> https://github.com/grpc/grpc/blob/master/include/grpc/impl/codegen/grpc_types.h
>
> with no luck. What do you suggest?
>
> Thanks
>
> Eduardo
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/07caa937-2d3c-450c-9bb6-dec34a7acf02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to