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
2022-10-11fs: add encoding parameter to benchmarksYagiz Nizipli
2022-03-14benchmark: enable no-empty ESLint ruleRich Trott
2021-03-13benchmark: add benchmark for fsPromises.writeFileNitzan Uziely
2021-03-10fs: add promisified readFile benchmarkNitzan Uziely
2020-11-26benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN
2020-11-19lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-02-03benchmark: clean up config resolution in multiple benchmarksDenys Otrishko
2020-01-29benchmark: use let and const instead of varDaniele Belardi
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-12fs: buffer dir entries in opendir()Anna Henningsen
2019-08-11benchmark: use test/common/tmpdir consistentlyJoão Reis
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-11-09benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-06benchmark: remove unused catch bindingscjihrig
2018-10-28benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-08fs: move fs/promises to fs.promisescjihrig
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-06fs: add initial set of fs.promises APIsJames M Snell
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01benchmark: refactorRuben Bridgewater
2018-01-23benchmark: (fs) use destructuringRuben Bridgewater
2018-01-05benchmark: fix timeout in write-stream-throughputAnatoli Papirovski
2017-12-24benchmark: make temp file path configurableRich Trott
2017-11-23benchmark,path: remove unused variables薛定谔的猫
2017-11-18benchmark: use unique filenames in fs benchmarksRich Trott
2017-10-11test: added fs benchmark testCharlie Duong
2017-09-20benchmark: var to constRuben Bridgewater
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-25benchmark: repair the fs/readfile benchmarkSorin Baltateanu
2017-03-21benchmark: fix fs\bench-realpathSync.jsVse Mozhet Byt
2017-03-15fs: include more fs.stat*() optimizationsBrian White
2017-02-26fs: improve performance for sync stat() functionsBrian White
2016-09-12benchmark: add benches for fs.stat & fs.statSyncAnna Henningsen
2016-09-12benchmark: fix off-by-one error in fs benchmarksAnna Henningsen
2016-08-12bench: add bench for fs.realpath() fixTrevor Norris
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-03benchmark: fix lint errorsRich Trott
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2015-12-18fs: use pushValueToArray for readdir(Sync)Trevor Norris
2013-11-06benchmark: Correct the bufferSize to highWaterMarkJackson Tian