Files
node/tools
Joyee Cheung d695004e7a tools: optimize wildcard execution in tools/test.py
Previously for each matching test, it would execute multiple
`node -p` commands to decide the configurations of the executable.
That means if there are 100 tests matched, it will run the Node.js
executable 4*100 times to retrieve the same configurations repeatedly.
This changes the loop order so that it only execute these commands
once and reuse the results for all matching tests.

PR-URL: https://github.com/nodejs/node/pull/60266
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-10-18 08:07:38 +00:00
..
2025-10-11 17:20:57 +00:00
2025-09-02 01:08:00 +00:00
2025-10-17 12:33:45 +00:00
2024-10-15 13:59:49 +00:00
2024-10-15 13:59:49 +00:00
2024-09-19 19:21:21 +00:00
2024-10-09 06:42:16 +00:00
2024-10-09 06:42:16 +00:00
2024-10-15 13:59:49 +00:00
2025-01-29 21:55:05 +00:00