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

Issue 11364201: Telemetry multipage testing fw: Enable running multiple benchmarks in the same run. (Closed)

Created:
8 years, 1 month ago by marja
Modified:
8 years, 1 month ago
Reviewers:
nduca
CC:
chromium-reviews, pam+watch_chromium.org, tonyg
Visibility:
Public.

Description

Telemetry multipage testing fw: Enable running multiple benchmarks in the same run. This way we can record a data set which supports many benchmarks. BUG=158323

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -18 lines) Patch
M tools/telemetry/telemetry/multi_page_benchmark_runner.py View 1 2 chunks +23 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
marja
ptal
8 years, 1 month ago (2012-11-12 11:58:17 UTC) #1
nduca
8 years, 1 month ago (2012-11-12 20:06:04 UTC) #2
recapping from an offline chat:

I think the way to do this is to have a totally different thing from the
multi_page_benchmark.py that is called telemetry.page_set_recorder or something.

if we get this right, then you dont have to run any benchmarks --- you just have
to run all interactions on every page

so you'd have ./tools/perf/update_recordings.py <pageset> that would ask
telemetry to call page_set_recorder.

it would run all interactions on all pages and save out the wpr. And then we'd
remove the --record option entirely.

Powered by Google App Engine
This is Rietveld 408576698