Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Issue 402433004: Test adding perf week tests as smoothness benchmark (Closed)

Created:
6 years, 5 months ago by alancutter (OOO until 2018)
Modified:
6 years, 3 months ago
Reviewers:
CC:
chromium-reviews, telemetry+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Perf week tests Test them out on the perf bisect bots Try command: git cl try -m tryserver.chromium.perf -b linux_perf_bisect -b mac_perf_bisect -b win_perf_bisect -b android_gn_perf_bisect -b android_nexus4_perf_bisect -b android_nexus7_perf_bisect -b android_nexus10_perf_bisect Problems with perf bisect bots logged at: https://crbug.com/394990

Patch Set 1 #

Patch Set 2 : g cl issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1985 lines, -7 lines) Patch
M tools/perf/benchmarks/smoothness.py View 1 1 chunk +10 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week.py View 1 1 chunk +30 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-many-keyframes.html View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-simultaneous-by-inserting-new-element.html View 1 chunk +47 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-simultaneous-by-inserting-style-element.html View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-simultaneous-by-updating-class.html View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-simultaneous-by-updating-inline-style.html View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-chaining-by-inserting-new-element.html View 1 chunk +59 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-chaining-by-inserting-style-element.html View 1 chunk +75 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-chaining-by-updating-class.html View 1 chunk +64 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-chaining-by-updating-inline-style.html View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-infinite-iterations.html View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-triggering-by-inserting-new-element.html View 1 chunk +60 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-triggering-by-inserting-style-element.html View 1 chunk +86 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-triggering-by-updating-class.html View 1 chunk +69 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-animations-staggered-triggering-by-updating-inline-style.html View 1 chunk +68 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-simultaneous-by-inserting-new-elements.html View 1 chunk +65 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-simultaneous-by-inserting-style-element.html View 1 chunk +51 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-simultaneous-by-updating-class.html View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-simultaneous-by-updating-inline-style.html View 1 chunk +50 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-chaining-by-inserting-new-element.html View 1 chunk +69 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-chaining-by-inserting-style-element.html View 1 chunk +65 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-chaining-by-updating-class.html View 1 chunk +58 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-chaining-by-updating-inline-style.html View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-triggering-by-inserting-new-element.html View 1 chunk +73 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-triggering-by-inserting-style.html View 1 chunk +90 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-triggering-by-updating-class.html View 1 chunk +65 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/css-transitions-staggered-triggering-by-updating-inline-style.html View 1 chunk +60 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/resources/web-animations-api-check.js View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/set-current-time-request-animation-frame-pow3.html View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/web-animations-many-keyframes.html View 1 chunk +51 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/web-animations-simultaneous.html View 1 chunk +53 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/web-animations-staggered-chaining.html View 1 chunk +61 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/web-animations-staggered-infinite-iterations.html View 1 chunk +48 lines, -0 lines 0 comments Download
A tools/perf/page_sets/perf_week/web-animations-staggered-triggering.html View 1 chunk +59 lines, -0 lines 0 comments Download
M tools/run-bisect-perf-regression.cfg View 1 1 chunk +7 lines, -7 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698