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

Issue 976823003: [telemetry] DO NOT SUBMIT: WIP: Helper modules for querying buildbot perf data. (Closed)

Created:
5 years, 9 months ago by dtu
Modified:
5 years, 5 months ago
Reviewers:
sullivan
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[telemetry] DO NOT SUBMIT: WIP: Helper modules for querying buildbot perf data. An API for querying buildbot data. It automatically and lazily downloads and caches build info and results from buildbot. buildbot.py is the core API - with methods for accessing and caching builders, builds, and results. query.py is an example script that fetches all the data for a particular benchmark/metric. download.py is a continuously running script that downloads and caches build and results data.

Patch Set 1 #

Patch Set 2 : Catch a JSON parse error. #

Patch Set 3 : Exclude build numbers less than zero #

Patch Set 4 : Quick fix. #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+551 lines, -0 lines) Patch
A tools/perf/dashboard/buildbot.py View 1 2 3 4 1 chunk +438 lines, -0 lines 0 comments Download
A tools/perf/dashboard/download.py View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/perf/dashboard/query.py View 1 chunk +68 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
sullivan
This is really cool! I wonder if we should have an experimental repo somewhere?
5 years, 9 months ago (2015-03-04 16:05:18 UTC) #2
nednguyen
On 2015/03/04 16:05:18, sullivan wrote: > This is really cool! > > I wonder if ...
5 years, 8 months ago (2015-04-17 18:34:27 UTC) #4
sullivan
5 years, 8 months ago (2015-04-17 19:15:04 UTC) #5
On 2015/04/17 18:34:27, nednguyen wrote:
> On 2015/03/04 16:05:18, sullivan wrote:
> > This is really cool!
> > 
> > I wonder if we should have an experimental repo somewhere?
> 
> perf/internal?

Oops, Ethan and Fadi already answered this question on another thread and I
forgot to update this review!

scripts/tools/perf in tools/build repo
https://codereview.chromium.org/1060663003/

Powered by Google App Engine
This is Rietveld 408576698