summaryrefslogtreecommitdiff
path: root/benchmark/http
Commit message (Expand)AuthorAgeFilesLines
* benchmark, http: refactor for code consistencyAlex Ramirez2019-07-304-5/+5
* tools: enable block-scoped-var eslint ruleRoman Reiss2019-05-102-4/+5
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-2/+3
* benchmark: fix http bench-parser.jsRich Trott2019-04-231-1/+1
* benchmark: fix http headers benchmarkAnatoli Papirovski2019-04-111-1/+3
* benchmark,lib: change var to constRuben Bridgewater2019-03-305-7/+5
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-273-3/+3
* benchmark,test: refactoringRefael Ackermann2019-02-183-36/+44
* http: improve performance for incoming headersWeijia Wang2019-02-131-0/+35
* benchmark: refactor for consistent styleRich Trott2019-02-0613-35/+35
* benchmark: support URL inputs in create-clientrequestJoyee Cheung2018-11-201-10/+40
* benchmark: add common.binding()cjihrig2018-10-141-2/+1
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-1/+1
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-181-32/+36
* 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