• Camillo Bruni's avatar
    [tools] Add variants support for run_perf.py · a42a2f41
    Camillo Bruni authored
    We usually run benchmarks in multiple variants: default, future, noopt
    This is currently only achieved by copying the run-perf json file and
    changing the flags at the top-level (or copy whole subsections).
    
    Using "variants" we can duplicate the tests at the current level with
    different values and easily create benchmarks that differ only in v8
    flags.
    
    Drive-by-fix:
    - Add Node.__iter__ and log the whole config graph in debug mode
    - Add GraphConfig.__str__ method for better debugging
    - Rename TraceConfig to LeafTraceConfig
    - Rename RunnableTraceConfig to RunnableLeafTraceConfig
    - Make --filter accept a regexp to better filter out variants
    
    Bug: v8:12821, v8:11113
    Change-Id: I56a2ba2dd24da15c7757406e9961746219cd8061
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3596128Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
    Commit-Queue: Camillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80307}
    a42a2f41
Name
Last commit
Last update
..
testdata Loading commit data...
__init__.py Loading commit data...
compare_torque_output_test.py Loading commit data...
predictable_wrapper_test.py Loading commit data...
run_perf_test.py Loading commit data...
run_tests_test.py Loading commit data...
v8_presubmit_test.py Loading commit data...