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: add test for effect of UV_THREADPOOL_SIZE #49165

Merged
merged 1 commit into from Aug 16, 2023

Commits on Aug 14, 2023

  1. test: add test for effect of UV_THREADPOOL_SIZE

    This (not particularly elegant) native addon tests the effect of
    UV_THREADPOOL_SIZE on node-api. The test fails if Node.js allows more
    than UV_THREADPOOL_SIZE async tasks to run concurrently, or if it limits
    the number of concurrent async tasks to anything less than
    UV_THREADPOOL_SIZE.
    tniessen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c8edfb7 View commit details
    Browse the repository at this point in the history