[ 
https://issues.apache.org/jira/browse/DISPATCH-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303686#comment-17303686
 ] 

ASF subversion and git services commented on DISPATCH-2005:
-----------------------------------------------------------

Commit 2042f6605a0d32929684a7b43e3748b8039d5497 in qpid-dispatch's branch 
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=2042f66 ]

DISPATCH-2005: Combined two loops into one in handle_incoming_http to yield a 
minor performance improvement


> [http2] grpc performance test with buoyantio lot slower with router in the 
> middle
> ---------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2005
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2005
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>
> [https://github.com/buoyantio/strest-grpc]
> Test was run for 10 seconds
> Without router
> {noformat}
>  [gmurthy@localhost linux]$ ./strest-grpc client --address localhost:11111 
> --latencyUnit us
>   {
>   "good": 58143,
>   "bad": 0,
>   "bytes": 0,
>   "latency": {
>     "p50": 118,
>     "p75": 129,
>     "p90": 144,
>     "p95": 163,
>     "p99": 356,
>     "p999": 6675
>   },
>   "jitter": {
>     "p50": 0,
>     "p75": 0,
>     "p90": 0,
>     "p95": 0,
>     "p99": 0,
>     "p999": 0
>   }
> }{noformat}
>  
> With router
> {noformat}
>  [gmurthy@localhost linux]$ ./strest-grpc client --address localhost:9000 
> --latencyUnit us
>  {
>   "good": 2983,
>   "bad": 0,
>   "bytes": 0,
>   "latency": {
>     "p50": 1842,
>     "p75": 2383,
>     "p90": 3567,
>     "p95": 4379,
>     "p99": 5827,
>     "p999": 21215
>   },
>   "jitter": {
>     "p50": 0,
>     "p75": 0,
>     "p90": 0,
>     "p95": 0,
>     "p99": 0,
>     "p999": 0
>   }
> }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to