| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I don't think we should introduce a seemingly new implementation by copying and repeating the original implementation & moving code to a new JS file which makes git blame harder to use. See #49593 (comment)
Sorry, something went wrong.
|
Hey @pluris can you rebase this pull request? You'll see that sync.js file is now removed and merged into lib/fs.js |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@anonrig I updated the description. confidence improvement accuracy (*) (**) (***) fs/bench_fdatasyncSync.js n=10000 type='existing' 1.12 % ±1.51% ±2.01% ±2.62% fs/bench_fdatasyncSync.js n=10000 type='non-existing' *** 109.42 % ±6.13% ±8.19% ±10.73% Be aware that when doing many comparisons the risk of a false-positive result increases. In this case, there are 2 comparisons, you can thus expect the following amount of false-positive results: 0.10 false positives, when considering a 5% risk acceptance (*, **, ***), 0.02 false positives, when considering a 1% risk acceptance (**, ***), 0.00 false positives, when considering a 0.1% risk acceptance (***) |
Sorry, something went wrong.
|
The benchmark you're running doesn't exist in main or in your pull request. Can you add the file to your pull request? :-) @pluris |
Sorry, something went wrong.
|
@anonrig Oh, sorry. I added it again. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Oops, there was a part where the condition check was missing, so I modified it again and updated the benchmark. |
Sorry, something went wrong.
|
@joyeecheung GetValidatedFd() has also been removed here, as described in #49880 (explanation). |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #49898 Refs: nodejs/performance#106 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs#49898 Refs: nodejs/performance#106 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
| Back | FazBrowse Home | New Git URL |
Refs: nodejs/performance#106