• Sergiy Belozorov's avatar
    [tools] Replace yield-based output processing with explicit method calls · 7a70c55d
    Sergiy Belozorov authored
    This also makes processing immediate, i.e. outputs are parsed into results as
    soon as test run is finished, which will allow us to implement logic that checks
    whether we have enough runs based on already-accumulated results.
    
    Since we process each output immediately, we do not need Measurement class any
    longer and its ConsumeOutput is now integrated directly into TraceConfig.
    Similarly AccumulateResults is replaced with RunnableConfig.ProcessOutput as we
    do not accumulate results any longer.
    
    R=machenbach@chromium.org
    
    No-Try: true
    No-Tree-Checks: true
    Bug: chromium:880724
    Change-Id: I0fc4846024c43258c10ba8d568312aa4746d746f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1584325
    Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
    Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61048}
    7a70c55d
run_perf.py 36.8 KB