test: make test-worker-prof more robust by joyeecheung · Pull Request #49274 · nodejs/node

@joyeecheung marked this pull request as ready for review

August 21, 2023 17:01

This was referenced

Aug 24, 2023

This was referenced

Aug 26, 2023

@joyeecheung

Use a JS workload instead of repeating FS operations and use a
timer to make it less flaky on machines with little resources.

This was referenced

Aug 29, 2023

This was referenced

Sep 3, 2023

benjamingr

This was referenced

Sep 5, 2023

ruyadorno pushed a commit that referenced this pull request

Sep 28, 2023
Use a JS workload instead of repeating FS operations and use a
timer to make it less flaky on machines with little resources.

PR-URL: #49274
Refs: #26401
Refs: nodejs/reliability#640
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

This was referenced

Sep 28, 2023

alexfernandez pushed a commit to alexfernandez/node that referenced this pull request

Nov 1, 2023
Use a JS workload instead of repeating FS operations and use a
timer to make it less flaky on machines with little resources.

PR-URL: nodejs#49274
Refs: nodejs#26401
Refs: nodejs/reliability#640
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>