aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Commit message (Collapse)AuthorAge
* Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* better representative outputGravatar Craig Tiller2017-04-04
|
* Update hpack benchmarks for true binaryGravatar Craig Tiller2017-04-04
|
* Convert everything to new encode APIGravatar Craig Tiller2017-04-04
|
* Fix build on macGravatar Craig Tiller2017-03-31
|
* Fix leakGravatar Craig Tiller2017-03-29
|
* Add a benchmark of base16 encodingGravatar Craig Tiller2017-03-27
|
* BugfixesGravatar Craig Tiller2017-03-03
|
* Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
|
* Fix memory leakGravatar Craig Tiller2017-02-23
|
* Refine to just be a HPACK benchmarkGravatar Craig Tiller2017-02-23