summaryrefslogtreecommitdiff
path: root/benchmark/http
AgeCommit message (Expand)Author
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-01-13benchmark: add ClientRequest creation benchmarkBrian White
2017-01-11benchmark: add http header setting scenariosBrian White
2016-11-27benchmark: reformat code for clarityRich Trott
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-09benchmark: favor === over ==Rich Trott
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-07-26benchmark: refactor to use process.sendAndreas Madsen
2016-07-26benchmark: move http_simple.js to http directoryAndreas Madsen
2016-07-10benchmark: remove unused variablesRich Trott
2016-06-14benchmark: increase http token check iterationsBrian White
2016-06-14http: optimize checkInvalidHeaderChar()Brian White
2016-03-27http: speed up checkIsHttpTokenJackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-27tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-12-17http_parser: use pushValueToArray for headersTrevor Norris
2015-04-03benchmark: fix chunky client benchmark executionBrian White
2015-01-30benchmark: remove extra spacing in http optionsBrendan Ashworth
2014-02-25benchmark: update to use new wrkTimothy J Fontaine
2013-11-01benchmark: add http chunked encoding benchmarksBen Noordhuis
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-23http: save roundtrips, convert buffers to stringsBen Noordhuis
2013-04-27benchmark: add chunked-encoding benchmarkFedor Indutny
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-02-25bench: Make http easier to profileisaacs
2013-02-19bench: Consistency in benchmark filenamesisaacs
2013-02-19bench: Use wrk for http benchmarkingisaacs
2013-02-19bench: http benchmarksisaacs