Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-21benchmark: var to constRuben Bridgewater
2017-09-20benchmark: use smaller n value in some http testsPeter Marshall
2017-07-19test: make common.PIPE process uniqueRefael Ackermann
2017-07-11http: 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-04test: 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-14benchmark: add ClientRequest creation benchmarkBrian White
2017-01-11benchmark: add http header setting scenariosBrian White
2016-11-28benchmark: reformat code for clarityRich Trott
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-10benchmark: 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-11benchmark: 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-28tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-12-18http_parser: use pushValueToArray for headersTrevor Norris
2015-04-03benchmark: fix chunky client benchmark executionBrian White
2015-01-31benchmark: 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-28Merge 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-26bench: Make http easier to profileisaacs
2013-02-20bench: Consistency in benchmark filenamesisaacs
2013-02-20bench: Use wrk for http benchmarkingisaacs
2013-02-20bench: http benchmarksisaacs