1
0
mirror of https://github.com/golang/go synced 2024-11-06 19:46:20 -07:00
go/dashboard/app/build
Dmitriy Vyukov 5d476c5293 dashboard/app: dedup changes in UI
Currently for every benchmark/metric we show all changes for all builders x procs.
With 4 builders and 5 procs, that's 20 changes (20 red/green boxes in a single cell).
Instead show only maximum change for every benchmark/metric.
This significantly reduces clutter in UI.
When you click on the red/green box, you can see the rest of the changes.

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/126430043
2014-08-20 13:24:05 +04:00
..
build.go go.tools/dashboard: update existing results when builder retries a commit 2014-05-19 09:51:04 -07:00
dash.go go.tools/dashboard/app: add go.sys to builder package list 2014-08-13 07:55:36 +10:00
handler.go dashboard: split key handler into key package, add TimeKey to cache 2014-06-02 08:39:03 +10:00
init.go dashboard: split key handler into key package, add TimeKey to cache 2014-06-02 08:39:03 +10:00
notify.go dashboard/app: allow to gob-encode PerfChange 2014-08-20 13:20:12 +04:00
notify.txt dashboard: server app changes for performance dashboard 2014-05-13 11:00:32 +04:00
perf_changes.go dashboard/app: dedup changes in UI 2014-08-20 13:24:05 +04:00
perf_changes.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_detail.go dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_detail.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_graph.go dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_graph.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_learn.go dashboard/app: eliminate more flakes 2014-08-19 16:22:27 +04:00
perf_learn.html dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf_notify.txt dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
perf.go dashboard/app: allow to gob-encode PerfChange 2014-08-20 13:20:12 +04:00
test.go dashboard: server app changes for performance dashboard 2014-05-13 11:00:32 +04:00
ui.go dashboard: server app UI changes for performance dashboard 2014-05-13 11:01:50 +04:00
ui.html go.tools/dashboard: fix various small UI issues 2014-08-19 20:43:50 +10:00
update.go dashboard: database updater for performance dashboard (server part) 2014-05-13 11:02:19 +04:00