aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Commit message (Expand)AuthorAge
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
* Destroy metadata buffer at end of benchmark loopGravatar Hope Casey-Allen2018-09-20
* Reassign arena pointer instead of stomping on memoryGravatar Hope Casey-Allen2018-09-20
* Destroy arena at end of benchmark to not leak memoryGravatar Hope Casey-Allen2018-09-19
* Increase initial arena size to be more representative of real workload scenar...Gravatar Hope Casey-Allen2018-09-19
* Move arena create outside of benchmark, format, and typo fixGravatar Hope Casey-Allen2018-09-19
* Fixing benchmark name and adding a new oneGravatar Hope Casey-Allen2018-09-13
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
* Support microbenchmarks internallyGravatar ncteisen2018-04-25
* Use stack frame size limits for consistency with internal buildsGravatar Vijay Pai2018-03-05
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
* | Correction to closure.cc,bm_chttp2_hpack and few moreGravatar Yash Tibrewal2017-11-10
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| * | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| |/
| * clang fmtGravatar ncteisen2017-10-24
| * Remove old header benchmarkGravatar ncteisen2017-10-24
| * Fix bm_diffGravatar ncteisen2017-10-23
| * Add a microbm, seeing 195ns with current impl and 162ns with new implGravatar yang-g2017-10-19
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| * Update benchmark according to new encoding methodGravatar yang-g2017-10-16
| * restore existing fixturesGravatar yang-g2017-10-16
| * Make hpack micro bm more representativeGravatar yang-g2017-10-16
|/
* Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
* 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