summaryrefslogtreecommitdiff
path: root/benchmark/fs/write-stream-throughput.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark: add trailing commas in `benchmark/fs`Antoine du Hamel2023-02-011-1/+1
* benchmark: enable no-empty ESLint ruleRich Trott2022-02-051-2/+10
* benchmark: use let and const instead of varDaniele Belardi2020-01-281-4/+4
* benchmark: use test/common/tmpdir consistentlyJoão Reis2019-08-101-2/+5
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-1/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* benchmark: refactor for consistent styleRich Trott2019-02-061-2/+2
* benchmark: remove unused catch bindingscjihrig2018-11-061-2/+2
* benchmark: refactorRuben Bridgewater2018-02-011-7/+0
* benchmark: (fs) use destructuringRuben Bridgewater2018-01-231-4/+1
* benchmark: fix timeout in write-stream-throughputAnatoli Papirovski2018-01-051-4/+4
* benchmark: make temp file path configurableRich Trott2017-12-241-1/+1
* benchmark: use unique filenames in fs benchmarksRich Trott2017-11-171-1/+2
* test: added fs benchmark testCharlie Duong2017-10-101-4/+4
* benchmark: var to constRuben Bridgewater2017-09-191-9/+9
* benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt2017-04-041-2/+2
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+1
* tools,benchmark: increase lint complianceRich Trott2016-02-271-1/+1
* benchmark: use strict modeRich Trott2016-02-221-0/+1
* fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* bench: Simplify duration arguments to benchmarksisaacs2013-02-191-1/+1
* bench: Add fs write stream throughputisaacs2013-02-191-0/+78