summaryrefslogtreecommitdiff
path: root/benchmark/net
Commit message (Expand)AuthorAgeFilesLines
* net: allow reading data into a static bufferBrian White2019-08-231-11/+46
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-275-5/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-106-11/+11
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-283-4/+4
* benchmark: refactor for consistent styleRich Trott2019-02-068-21/+21
* benchmark: fix net-wrap-js-stream-passthroughRich Trott2018-12-291-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-174-10/+10
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* src: improve StreamBase write throughputAnna Henningsen2018-10-284-4/+4
* src: improve StreamBase read throughputAnna Henningsen2018-10-243-16/+16
* benchmark: add common.binding()cjihrig2018-10-143-12/+18
* stream: move process.binding('stream_wrap') to internalBindingJames M Snell2018-08-193-105/+111
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-143-7/+7
* benchmark: (net) use destructuringRuben Bridgewater2018-01-238-238/+142
* benchmark: add JSStreamWrap benchmarkAnna Henningsen2018-01-091-0/+107
* async_wrap: add provider types for net serverAndreas Madsen2017-11-283-9/+9
* benchmark: var to constRuben Bridgewater2017-09-197-82/+82
* benchmark: reduce string concatenationsVse Mozhet Byt2017-04-207-7/+7
* benchmark,windows: TCP.readStart() meaningful only after completionRefael Ackermann2017-04-141-2/+2
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-047-14/+14
* benchmark: improve readability of net benchmarksBrian White2017-01-053-30/+30
* benchmark: move punycode benchmark out of netBrian White2017-01-051-75/+0
* benchmark: missing process.exit after bench.endAndreas Madsen2016-07-267-0/+7
* net: use icu's punycode implementationJames M Snell2016-06-291-0/+75
* benchmark: Fix crash in net benchmarksMatt Loring2016-04-274-0/+4
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-167-14/+7
* tools,benchmark: increase lint complianceRich Trott2016-02-277-10/+3
* benchmark: use strict modeRich Trott2016-02-227-0/+7
* streams: 5% throughput gain when sending small chunksMatteo Collina2016-02-091-0/+96
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-291-61/+0
* benchmark: fix chunky client benchmark executionBrian White2015-04-032-149/+0
* benchmark: chunky http client benchmark variationRudi Cilibrasi2015-03-092-0/+149
* benchmark: fix tcp bench after internal api changeYosuke Furukawa2015-01-183-10/+21
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-292-3/+8
* bench: fix up benchmarks after internal api changeBen Noordhuis2013-07-203-104/+103
* benchmark: update callbacks only receive dataTrevor Norris2013-07-083-11/+8
* bench: add dgram send/recv benchmarkBen Noordhuis2013-03-201-0/+61
* bench: Simplify duration arguments to benchmarksisaacs2013-02-196-6/+6
* bench: net benchmarks using common scriptisaacs2013-02-196-65/+711
* bench: Move net-pipe into benchmark/netisaacs2013-02-191-0/+114