• Tamer Tas's avatar
    [testrunner] enable variant sharding · ad5b6d7d
    Tamer Tas authored
    Testrunner runs variants of a test sequentially without taking sharding into
    account. A slow test with slow variants slows down the whole test run no matter
    the sharding configuration.
    
    This CL implements a test hashing algorithm and variant sharding for test
    variants.
    
    R=machenbach@chromium.org
    CC=yangguo@chromium.org,sergiyb@chromium.org
    
    Bug: v8:8174
    Change-Id: I15f8c547fa2f361fb6c53bf8d5df055d3df38d3e
    Reviewed-on: https://chromium-review.googlesource.com/c/1458016
    Commit-Queue: Tamer Tas <tmrts@chromium.org>
    Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#59530}
    ad5b6d7d
Name
Last commit
Last update
..
__init__.py Loading commit data...
base.py Loading commit data...
combiner.py Loading commit data...
execution.py Loading commit data...
expectation.py Loading commit data...
filter.py Loading commit data...
fuzzer.py Loading commit data...
loader.py Loading commit data...
progress.py Loading commit data...
rerun.py Loading commit data...
result.py Loading commit data...
seed.py Loading commit data...
shard.py Loading commit data...
shard_unittest.py Loading commit data...
sigproc.py Loading commit data...
timeout.py Loading commit data...
variant.py Loading commit data...
variant_unittest.py Loading commit data...