mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
9 stars 24 forks source link

Chunk Durations #13

Closed klahnakoski closed 5 years ago

klahnakoski commented 6 years ago

Get median chunk durations for given time period. Indicate if and when timing has changed.

Example:

set PYTHONPATH=.
python adr\main.py chunk_durations_over_time  --from=today-2month --to=today --format=tab

... then cut and paste output to google sheet and ...

image

marco-c commented 6 years ago

@calixteman we could use something like this to measure the current difference in timing between debug builds and debug ccov builds.