Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: harden the tick sampling logic #32190

Closed
wants to merge 3 commits into from

Commits on Mar 11, 2020

  1. test: harden the tick sampling logic

    Under peculiar system load conditions, the profiler thread
    does not get enough CPU slices to perform the sampling.
    Improve the interaction between worker and parent thread
    by performing a large disc read, which is a better blend of
    CPU and I/O bound work, than earlier versions.
    This produces x10 more samples than the existing one,
    in 10 iterations, as opposed to 1024.
    
    Also capture worker error situations to improve debugging
    
    Refs: nodejs#26401 (comment)
    HarshithaKP committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fce36cf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    417f5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    d9b54c0 View commit details
    Browse the repository at this point in the history