summaryrefslogtreecommitdiff
path: root/benchmark/http
Commit message (Expand)AuthorAgeFilesLines
* http: refactor outgoing headers processingAnatoli Papirovski2018-04-271-0/+36
* test: fix long-running http benchmarksAnatoli Papirovski2018-04-221-2/+2
* tools: enable eslint strict key-spacingRuben Bridgewater2018-02-221-2/+2
* http: simplify checkInvalidHeaderCharSeth Brenith2018-02-161-29/+52
* benchmark: shorten config name in http benchmarkJoyee Cheung2018-02-011-2/+8
* benchmark: cut down http benchmark run timeJoyee Cheung2018-02-012-3/+34
* benchmark: (http(2)) refactorRuben Bridgewater2018-02-013-8/+1
* test: move tmpdir to submodule of commonRich Trott2018-01-311-10/+3
* http: switch on string valuesSeth Brenith2018-01-261-0/+30
* benchmark: (http) use destructuringRuben Bridgewater2018-01-2310-42/+24
* stream: add flow and buffer properties to streamsCalvin Metcalf2017-12-151-0/+53
* benchmark: fix http/simple.js benchmarkAnatoli Papirovski2017-12-111-2/+2
* benchmark: var to constRuben Bridgewater2017-09-1910-58/+58
* benchmark: use smaller n value in some http testsPeter Marshall2017-09-192-2/+2
* test: make common.PIPE process uniqueRefael Ackermann2017-07-142-12/+11
* http: always cork outgoing writesBrian White2017-06-121-2/+4
* benchmark: chunky http client should exit with 0Joyee Cheung2017-05-131-1/+3
* benchmark: update an obsolete pathVse Mozhet Byt2017-05-081-1/+1
* test: move WPT to its own testing moduleRich Trott2017-05-031-1/+1
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-204-6/+5
* benchmark: replace more [].join() with ''.repeat()Vse Mozhet Byt2017-04-131-1/+1
* benchmark: control HTTP benchmarks run timeJoyee Cheung2017-04-099-173/+26
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-042-4/+4
* benchmark: add ClientRequest creation benchmarkBrian White2017-01-131-0/+23
* benchmark: add http header setting scenariosBrian White2017-01-112-32/+62
* benchmark: reformat code for clarityRich Trott2016-11-272-9/+20
* benchmark: support for multiple http benchmarkersBartosz Sosnowski2016-08-314-9/+14
* benchmark: favor === over ==Rich Trott2016-08-091-6/+6
* benchmark: missing process.exit after bench.endAndreas Madsen2016-07-262-0/+2
* benchmark: refactor to use process.sendAndreas Madsen2016-07-261-23/+8
* benchmark: move http_simple.js to http directoryAndreas Madsen2016-07-263-2/+115
* benchmark: remove unused variablesRich Trott2016-07-101-4/+0
* benchmark: increase http token check iterationsBrian White2016-06-141-1/+1
* http: optimize checkInvalidHeaderChar()Brian White2016-06-141-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