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

scripts: Add "runsan" sanitycheck auxilliary runner #18656

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2019

  1. scripts: Add "runsan" sanitycheck auxilliary runner

    This commit adds a proof of concept tool that runs qemu-based
    sanitycheck output in a modified context where CPU load is firmly
    constrained, so as to avoid qemu timing warps from host CPU load.
    
    It's intended as a significant performance boost for "try these tests
    on an unloaded system" workloads, which still exploits as much
    parallelism as possible, keeps run logs in a saner way than "ninja
    run", and produces easily interpreted log output on stdout.  You can
    put this script in a loop overnight and come back to tens of thousands
    of individiual test run results.
    
    Signed-off-by: Andy Ross <[email protected]>
    Andy Ross committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    229cf3c View commit details
    Browse the repository at this point in the history