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

Issue 655563007: telemetry: remove run_measurment script. (Closed)

Created:
6 years, 2 months ago by ernstm
Modified:
6 years, 2 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

telemetry: remove run_measurment script. R=dtu@chromium.org,nednguyen@chromium.org,tonyg@chromium.org BUG=423563 Committed: https://crrev.com/82aec9c0dc818229baffb65eca30465894b34312 Cr-Commit-Position: refs/heads/master@{#299968}

Patch Set 1 #

Patch Set 2 : Remove all references to run_measurement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -66 lines) Patch
M chrome/telemetry.isolate View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/auto_bisect/bisect.cfg View 1 1 chunk +3 lines, -3 lines 0 comments Download
D tools/perf/run_measurement View 1 chunk +0 lines, -32 lines 0 comments Download
D tools/perf/run_multipage_benchmarks View 1 1 chunk +0 lines, -16 lines 0 comments Download
M tools/run-perf-test.cfg View 1 3 chunks +7 lines, -7 lines 0 comments Download
M tools/telemetry/build/generate_telemetry_harness.sh View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder_unittest.py View 1 3 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
ernstm
Moving this to a separate CL. Can someone help with scraping the bots, etc., for ...
6 years, 2 months ago (2014-10-15 00:27:39 UTC) #2
tonyg
On 2014/10/15 00:27:39, ernstm wrote: > Moving this to a separate CL. Can someone help ...
6 years, 2 months ago (2014-10-15 00:34:20 UTC) #3
nednguyen
6 years, 2 months ago (2014-10-15 00:41:08 UTC) #5
dtu
Also remove run_multipage_benchmarks! I can't believe that's still around.
6 years, 2 months ago (2014-10-15 00:49:19 UTC) #6
ernstm
On 2014/10/15 00:34:20, tonyg wrote: > On 2014/10/15 00:27:39, ernstm wrote: > > Moving this ...
6 years, 2 months ago (2014-10-16 00:31:22 UTC) #7
Ken Russell (switch to Gerrit)
chrome/telemetry.isolate LGTM FWIW
6 years, 2 months ago (2014-10-16 03:47:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/655563007/20001
6 years, 2 months ago (2014-10-16 17:07:06 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/18093)
6 years, 2 months ago (2014-10-16 17:21:03 UTC) #12
ernstm
Scott, we need an owners review for chrome/telemetry.isolate. Can you please take a look?
6 years, 2 months ago (2014-10-16 17:57:47 UTC) #14
sky
LGTM
6 years, 2 months ago (2014-10-16 19:51:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/655563007/20001
6 years, 2 months ago (2014-10-16 20:23:42 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 2 months ago (2014-10-16 20:28:20 UTC) #18
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/82aec9c0dc818229baffb65eca30465894b34312 Cr-Commit-Position: refs/heads/master@{#299968}
6 years, 2 months ago (2014-10-16 20:29:13 UTC) #19
Peter Kasting
I think this may have broken the perf trybots (symptom: no "HTML Results" link in ...
6 years, 2 months ago (2014-10-17 01:01:21 UTC) #21
dtu
Sorry for the late notice - there's no way this will stick. ChromeOS is still ...
6 years, 2 months ago (2014-10-17 02:05:33 UTC) #22
ernstm
On 2014/10/17 02:05:33, dtu wrote: > Sorry for the late notice - there's no way ...
6 years, 2 months ago (2014-10-17 04:50:49 UTC) #23
dtu
On 2014/10/17 04:50:49, ernstm wrote: > On 2014/10/17 02:05:33, dtu wrote: > > Sorry for ...
6 years, 2 months ago (2014-10-17 06:44:17 UTC) #24
rnephew (Reviews Here)
The clank perf bots are running a test using run_measurement, are these doing the same ...
6 years, 2 months ago (2014-10-17 15:26:24 UTC) #25
tonyg
6 years, 2 months ago (2014-10-17 16:23:26 UTC) #26
Message was sent while issue was closed.
On 2014/10/17 15:26:24, rnephew1 wrote:
> The clank perf bots are running a test using run_measurement, are these doing
> the same thing if so I'll just set it to run with run_benchmark.
> 
> tools/perf/run_measurement -v --browser=android-chrome
> --extra-browser-args=--spdy-proxy-origin --show-stdout
--output-format=buildbot
> memory_multi_tab blank_page 
> tools/perf/run_benchmark -v --browser=android-chrome
> --extra-browser-args=--spdy-proxy-origin --show-stdout
--output-format=buildbot
> memory_multi_tab blank_page

That looks like the right fix for now. We should really figure out a plan for
moving away from hardcoded commands on bots though.

Powered by Google App Engine
This is Rietveld 408576698