yannan-wyn commented on PR #3270: URL: https://github.com/apache/brpc/pull/3270#issuecomment-4331715297
> @yannan-wyn Could you provide some performance test data, like in #2819? Summary below: Latency (us) — 10k QPS | Percentile | PR#2819 | per-ED WSQ | | :--------- | ------: | ---------: | | avg | 47 | 47 | | p50 | 47 | 47 | | p90 | 54 | 53 | | p99 | 68 | 71 | | p99.9 | 84 | 91 | | p99.99 | 132 | 218 | Latency (us) — 50k QPS | Percentile | PR#2819 | per-ED WSQ | | :--------- | ------: | ---------: | | avg | 81 | 79 | | p50 | 76 | 77 | | p90 | 114 | 112 | | p99 | 148 | 139 | | p99.9 | 383 | 202 | | p99.99 | 1558 | 1127 | Latency (us) — 100k QPS | Percentile | PR#2819 | per-ED WSQ | | :--------- | ------: | ---------: | | avg | 112 | 112 | | p50 | 112 | 112 | | p90 | 143 | 142 | | p99 | 171 | 174 | | p99.9 | 215 | 701 | | p99.99 | 1409 | 2275 | perf stat (50k QPS, 30s) | Metric | PR#2819 | per-ED WSQ | Diff | | :--------------- | ------: | ---------: | -----------: | | context-switches | 2,103K | 1,624K | **−22.8%** ↓ | | cpu-migrations | 151K | 164K | +8.6% ↑ | | cycles | 103.5B | 97.2B | **−6.1%** ↓ | | IPC | 0.63 | 0.63 | 0% — | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
