summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* buffer: add {read|write}Big[U]Int64{BE|LE} methodsgarygsc2020-02-252-0/+25
* http2: improve http2 code a bitJames M Snell2019-08-153-8/+7
* benchmark,test: add brotliAnna Henningsen2019-05-162-5/+9
* doc: update benchmark docKazushi Kitaya2019-05-161-7/+0
* benchmark: fix net-wrap-js-stream-passthroughRich Trott2019-05-161-1/+1
* benchmark: replace deprecated and eliminate var in buffer-from.jsgengjiawen2019-05-161-12/+10
* benchmark,lib: add process.hrtime.bigint benchmarkAnna Henningsen2019-04-161-15/+26
* benchmark: refactor path benchmarksRuben Bridgewater2019-04-1621-62/+86
* build: use BUILDTYPE in bench-addons-build targetsDaniel Bevenius2019-01-123-4/+6
* test: fix v8 Set/Get compiler warningsDaniel Bevenius2019-01-121-1/+2
* benchmark: support more options in startup benchmarkJoyee Cheung2018-12-262-24/+77
* benchmark: remove unused catch bindingscjihrig2018-12-0310-17/+17
* benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt2018-11-291-1/+1
* test: add test-benchmark-napiEmily Marigold Klassen2018-11-291-2/+4
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-11-292-2/+2
* benchmark: coerce PORT to numberAli Ijaz Sheikh2018-11-291-1/+1
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-101-1/+1
* benchmark: increase lint complianceRich Trott2018-10-101-4/+2
* fs: implement mkdir recursive (mkdirp)Benjamin Coe2018-09-251-0/+23
* benchmark: refactor util benchmarksRuben Bridgewater2018-09-247-28/+17
* benchmark: add lines to scatter plotsDenys Otrishko2018-09-061-0/+1
* src: use String::Utf8Length with isolateMichaël Zasso2018-09-061-1/+1
* src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-09-061-1/+1
* benchmark: improve assert benchmarksRuben Bridgewater2018-08-159-189/+67
* test: remove unused configBenjamin Gruenbaum2018-08-042-4/+0
* lib: remove usc-2 encodingBrian White2018-07-311-5/+3
* trace_events: add support for builtin traceJames M Snell2018-07-241-0/+75
* benchmark: remove arrays benchmarkPeter Marshall2018-07-193-105/+0
* tools: add no-duplicate-requires ruleGus Caplan2018-07-141-4/+6
* test,util: add missing tests and conditionsMaleDong2018-07-101-8/+17
* benchmark: add n-api function args benchmarkKenny Yuan2018-07-065-0/+483
* benchmark: create napi benchmark directoryRich Trott2018-06-205-0/+0
* test: run misc benchmark only once in testsRich Trott2018-06-201-0/+4
* n-api: improve runtime perf of n-api func callKenny Yuan2018-06-133-2/+41
* benchmark: disable only the ESLint rule needing itRich Trott2018-06-131-1/+1
* worker: rename to worker_threadsAnna Henningsen2018-06-132-2/+2
* benchmark: port cluster/echo to workerTimothy Gu2018-06-132-0/+80
* fs: drop duplicate API in promises modeСковорода Никита Андреевич2018-06-131-3/+3
* benchmark: refactor benchmark/assert/throws.jsRich Trott2018-06-061-9/+7
* benchmark: refactor deepequal-typedarraysRich Trott2018-06-061-2/+3
* benchmark: refactor deepequal-setRich Trott2018-06-061-17/+16
* benchmark: refactor prims-and-objs-big-loopRich Trott2018-06-061-2/+3
* benchmark: refactor prims-and-objs-big-array-setRich Trott2018-06-061-13/+10
* benchmark: refactor deepequal-objectRich Trott2018-06-061-2/+4
* benchmark: refactor deepequal-mapRich Trott2018-06-061-17/+16
* benchmark: refactor deepequal-bufferRich Trott2018-06-061-2/+3
* test: run crypto benchmark only once in testsRich Trott2018-06-062-0/+6
* benchmark: fix "comparisons"' typoYuta Hiroto2018-06-061-2/+2
* benchmark: add tls benchmark for legacy SecurePairAlex Fernández2018-05-221-0/+105
* fs: move fs/promises to fs.promisescjihrig2018-05-081-1/+1