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

sanitycheck: don't multiply CPU count #17276

Commits on Jul 3, 2019

  1. sanitycheck: don't multiply CPU count

    We have a number of timing sensitive tests which run
    correctly on a much more frequent basis if the system
    is not so heavily loaded. Instead of squeezing a few
    more crumbs of performance by doubling the CPU count,
    just use the number of CPUs reported by the system.
    
    Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
    Andrew Boie committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d5651fd View commit details
    Browse the repository at this point in the history