summaryrefslogtreecommitdiff
path: root/benchmark/http
Commit message (Expand)AuthorAgeFilesLines
* http: refactor headersTimeout and requestTimeout logicPaolo Insogna2022-04-138-20/+24
* benchmark: use Object.hasOwn() instead of hasOwnProperty()Rich Trott2022-01-311-1/+1
* benchmark: fix http/headers.js with test-doubleRich Trott2021-01-061-1/+1
* benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada2020-05-231-2/+8
* benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater2020-03-097-26/+40
* Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen2020-02-107-40/+26
* benchmark: add `test` and `all` options and improve errorsRuben Bridgewater2020-02-097-26/+40
* http: strip trailing OWS from header valuesSam Roberts2020-02-061-5/+10
* benchmark: clean up config resolution in multiple benchmarksDenys Otrishko2020-02-021-4/+1
* benchmark: use let and const instead of varDaniele Belardi2020-01-284-10/+10
* 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