summaryrefslogtreecommitdiff
path: root/benchmark/http
AgeCommit message (Expand)Author
2019-02-13http: improve performance for incoming headersWeijia Wang
2019-02-06benchmark: refactor for consistent styleRich Trott
2018-11-20benchmark: support URL inputs in create-clientrequestJoyee Cheung
2018-10-14benchmark: add common.binding()cjihrig
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-01benchmark: shorten config name in http benchmarkJoyee Cheung
2018-02-01benchmark: cut down http benchmark run timeJoyee Cheung
2018-02-01benchmark: (http(2)) refactorRuben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-26http: switch on string valuesSeth Brenith
2018-01-23benchmark: (http) use destructuringRuben Bridgewater
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-11benchmark: fix http/simple.js benchmarkAnatoli Papirovski
2017-09-19benchmark: var to constRuben Bridgewater
2017-09-19benchmark: use smaller n value in some http testsPeter Marshall
2017-07-14test: make common.PIPE process uniqueRefael Ackermann
2017-06-12http: always cork outgoing writesBrian White
2017-05-13benchmark: chunky http client should exit with 0Joyee Cheung
2017-05-08benchmark: update an obsolete pathVse Mozhet Byt
2017-05-03test: move WPT to its own testing moduleRich Trott
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-13benchmark: replace more [].join() with ''.repeat()Vse Mozhet Byt
2017-04-09benchmark: control HTTP benchmarks run timeJoyee Cheung
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