summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* doc: document R CRAN mirror processLucas Holmquist2016-12-151-0/+15
* benchmark: reformat code for clarityRich Trott2016-11-2717-79/+204
* tools: disallow trailing whitespace for markdownSam Roberts2016-11-211-1/+1
* benchmark: split timers benchmark and refactorRich Trott2016-11-093-41/+40
* benchmark,lib,test,tools: remove unneeded . escapeRich Trott2016-11-061-1/+1
* benchmark: add trailing newline for consistencyRoman Reiss2016-11-041-1/+1
* benchmark: add microbenchmarks for ES MapRod Vagg2016-10-291-0/+96
* test,lib,benchmark: match function namesRich Trott2016-10-191-1/+1
* benchmark: use node v4 syntax in common.jsAndreas Madsen2016-10-171-1/+4
* benchmark: change the execution orderAndreas Madsen2016-10-171-2/+2
* benchmark: fixes csv parsing given no parametersAndreas Madsen2016-10-171-1/+5
* url: adding WHATWG URL supportJames M Snell2016-10-111-0/+57
* benchmark: add info about required Unix toolsBartosz Sosnowski2016-09-301-0/+5
* benchmark: add benchmarks for `Buffer.from()`Anna Henningsen2016-09-261-0/+86
* benchmark: use 'yes' instead of echo in a loopBartosz Sosnowski2016-09-261-2/+1
* benchmark: make v8-bench.js output consistentBartosz Sosnowski2016-09-261-4/+9
* benchmark: add --expose_internals switchBartosz Sosnowski2016-09-262-2/+6
* benchmark: add benchmark for destructuring objectFangdun Cai (Fundon)2016-09-241-0/+49
* tools: add additional ESLint rulesTeddy Katz2016-09-201-2/+2
* benchmark: ignore significance when using --runs 1Andreas Madsen2016-09-162-21/+37
* tools: replace custom ESLint rule with built-inRich Trott2016-09-123-3/+3
* benchmark: add benches for fs.stat & fs.statSyncAnna Henningsen2016-09-112-0/+44
* benchmark: fix off-by-one error in fs benchmarksAnna Henningsen2016-09-112-3/+3
* benchmark: support for multiple http benchmarkersBartosz Sosnowski2016-08-317-65/+242
* benchmark: add --format csv optionAdrian Nitu2016-08-121-6/+29
* benchmark: update compare.js exit methodAdrian Nitu2016-08-121-1/+2
* benchmark: fix comment typos and code formatAdrian Nitu2016-08-122-6/+6
* bench: add bench for fs.realpath() fixTrevor Norris2016-08-122-0/+85
* benchmark: favor === over ==Rich Trott2016-08-097-13/+13
* doc: *.md formatting fixes in the benchmark dirСковорода Никита Андреевич2016-08-041-14/+13
* benchmark: remove broken string-creation.jsAndreas Madsen2016-07-261-17/+0
* benchmark: update docs after refactorAndreas Madsen2016-07-263-95/+240
* benchmark: add script for creating scatter plotAndreas Madsen2016-07-262-0/+151
* benchmark: use t-test for comparing node versionsAndreas Madsen2016-07-263-162/+161
* benchmark: missing process.exit after bench.endAndreas Madsen2016-07-2615-0/+15
* benchmark: refactor to use process.sendAndreas Madsen2016-07-265-232/+358
* benchmark: move cli parts of common.js into run.jsAndreas Madsen2016-07-264-57/+65
* benchmark: move http_simple.js to http directoryAndreas Madsen2016-07-263-2/+2
* benchmark: remove unused filesAndreas Madsen2016-07-2616-1058/+0
* buffer: optimize hex_decodeChristopher Jeffrey2016-07-171-0/+26
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-121-2/+1
* benchmark: remove unused variablesRich Trott2016-07-103-11/+0
* net: use icu's punycode implementationJames M Snell2016-06-291-0/+75
* benchmark: add `setImmediate()` benchmarksAndras2016-06-291-0/+113
* buffer: speed up swap16/32, add swap64Zach Bjornson2016-06-271-23/+52
* benchmark: `util._extend` vs `object.assign`surya panikkal2016-06-271-0/+40
* tls: avoid calling Buffer.byteLength multiple timesJames M Snell2016-06-211-0/+20
* crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell2016-06-211-0/+20
* stream: improve Readable.read() performanceBrian White2016-06-145-0/+161
* benchmark: don't convert arguments to numbersBrian White2016-06-141-3/+1