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: reduce test-hash-seed run time by half #25522

Closed
wants to merge 2 commits into from

Commits on Jan 15, 2019

  1. test: refactor min() in test-hash-seed

    Replace min() function with Math.min(...).
    Trott committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    0f4cc9a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. test: prepare test-hash-seed for CI

    Reduce the time it takes to run test/pummel/test-hash-seed by switching
    from spawnSync() to spawn(). On my computer, this reduces the runtime
    from about 80 seconds to about 40 seconds. This test is not (yet) run
    regularly on CI, but when it was run recently, it timed out.
    Trott committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    6f00801 View commit details
    Browse the repository at this point in the history