summaryrefslogtreecommitdiff
path: root/benchmark/http
Commit message (Expand)AuthorAgeFilesLines
* benchmark: reformat code for clarityRich Trott2016-12-201-2/+5
* test,benchmark: fix lint errors on v6.xJeremiah Senkpiel2016-10-111-1/+0
* benchmark: remove unused variablesRich Trott2016-07-151-4/+0
* benchmark: increase http token check iterationsBrian White2016-06-151-1/+1
* http: optimize checkInvalidHeaderChar()Brian White2016-06-151-0/+42
* http: speed up checkIsHttpTokenJackson Tian2016-03-271-0/+52
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-164-7/+4
* tools,benchmark: increase lint complianceRich Trott2016-02-275-13/+9
* benchmark: use strict modeRich Trott2016-02-225-3/+7
* http_parser: use pushValueToArray for headersTrevor Norris2015-12-171-0/+55
* benchmark: fix chunky client benchmark executionBrian White2015-04-032-0/+156
* benchmark: remove extra spacing in http optionsBrendan Ashworth2015-01-302-2/+2
* benchmark: update to use new wrkTimothy J Fontaine2014-02-254-5/+4
* benchmark: add http chunked encoding benchmarksBen Noordhuis2013-11-011-1/+2
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-0/+69
|\
| * http: save roundtrips, convert buffers to stringsBen Noordhuis2013-05-231-0/+69
* | benchmark: add chunked-encoding benchmarkFedor Indutny2013-04-271-0/+42
|/
* http: Don't hot-path end() for large buffersisaacs2013-03-141-0/+59
* bench: Make http easier to profileisaacs2013-02-251-3/+2
* bench: Consistency in benchmark filenamesisaacs2013-02-191-0/+0
* bench: Use wrk for http benchmarkingisaacs2013-02-192-11/+7
* bench: http benchmarksisaacs2013-02-192-0/+66