| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #60039 +/- ##
==========================================
+ Coverage 88.43% 88.45% +0.01%
==========================================
Files 703 703
Lines 207805 207800 -5
Branches 40026 40022 -4
==========================================
+ Hits 183780 183801 +21
+ Misses 16012 15979 -33
- Partials 8013 8020 +7
... and 45 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
node/lib/internal/priority_queue.js Lines 28 to 32 in cff138c This was dead code before, the check never worked Example coverage form another PR: https://app.codecov.io/gh/nodejs/node/pull/60060/blob/lib/internal/priority_queue.js?dropdown=coverage#L32 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@aduh95 PTAL, it's actually faster without the manual array resizing in modern node (V8 does it anyway) So we just removed the dead code and made it packed (assigning to arr[length] keeps it packed) |
Sorry, something went wrong.
|
@BridgeAR you can run the priority queue benchmark again by the way This was faster for me locally |
Sorry, something went wrong.
|
Started a benchmark including the upcoming V8 update: https://github.com/aduh95/node/actions/runs/18221639411 EDIT: seems to be (significantly) faster across the board 🚀 |
Sorry, something went wrong.
|
Can you update the commit message? I don't think this has anything to do with coverage, instead you can use something like lib: optimize priority queue. |
Sorry, something went wrong.
|
I need a rerun of macOS and an approval |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #60039 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #60039 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
Further improves performance and fixes leftover issues from my last PR
Benchmarks:
main
branch