src: bench-statSync.js change fstat to fstatSync#36209
src: bench-statSync.js change fstat to fstatSync#36209ntedgi wants to merge 1 commit intonodejs:masterfrom ntedgi:benchmark-dead-code-change-fstat-to-fstatsync
Conversation
|
looks like same changes proposed by two folks: #36206 and this one. @Narasimha1997 and @ntedgi - would you discuss among yourself please? those who wants to pick up other work items, please review https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 |
|
@gireeshpunathil @Narasimha1997 open is PR first so you can close mine |
|
@ntedgi - thanks! Can I propose you to have a look at https://nodejs.org/dist/latest-v15.x/docs/api/buffer.html#buffer_static_method_buffer_isbuffer_obj and see if you can add an example code (that is missing there) , following how it is done in the neighboring APIs? the doc for the APIs are in |
|
closing in favor of #36206 |
Changed fstat to fstatSync at bench-statSync.js as mentioned in the issue #36199
Fixes: #36199
make -j4 test(UNIX)