Commit 3fcd9300 authored by behdad's avatar behdad Committed by Commit Bot

Added blink_gc category to perf traces

blink_gc is also added to the reruns of representative performance tests.
New categories were added earlier in:
https://chromium-review.googlesource.com/c/chromium/src/+/2071905

Bug: chromium:1055893
Change-Id: I8553fdb3aa3b6a56fe58f61bf5f561db966067e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078835
Auto-Submit: Behdad Bakhshinategh <behdadb@chromium.org>
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745510}
parent a6295a6f
...@@ -276,10 +276,11 @@ def main(): ...@@ -276,10 +276,11 @@ def main():
# positive. # positive.
print('============ Re_run the failed tests ============') print('============ Re_run the failed tests ============')
all_failed_stories = '('+'|'.join(result_recorder.failed_stories)+')' all_failed_stories = '('+'|'.join(result_recorder.failed_stories)+')'
# TODO(behdadb): Remove the extra chrome categories after investigation # TODO(crbug.com/1055893): Remove the extra chrome categories after
# of flakes in representative perf tests (crbug.com/1055893). # investigation of flakes in representative perf tests.
re_run_args.extend(['--story-filter', all_failed_stories, re_run_args.extend(['--story-filter', all_failed_stories,
'--pageset-repeat=3', '--extra-chrome-categories=blink,gpu,v8,viz']) '--pageset-repeat=3',
'--extra-chrome-categories=blink,blink_gc,gpu,v8,viz'])
re_run_isolated_script_test_dir = os.path.join(out_dir_path, re_run_isolated_script_test_dir = os.path.join(out_dir_path,
're_run_failures') 're_run_failures')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment