aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Joe Gregorio <jcgregorio@google.com>2016-12-01 15:37:06 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-01 20:51:04 +0000
commitdd56632ae39331138442d1d0469f05988bda91d7 (patch)
tree662291006260e0dbafe0644ab66549320e5c3f11 /site
parent97aadfce654c55cb857497817350e46a6f6870a0 (diff)
docs: Update Perf docs.
BUG=skia: NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=5458 Change-Id: If8a452711076bef19566fa64a5a52ca9b3e7b83c Reviewed-on: https://skia-review.googlesource.com/5458 Reviewed-by: Heather Miller <hcm@google.com> Commit-Queue: Heather Miller <hcm@google.com>
Diffstat (limited to 'site')
-rw-r--r--site/dev/testing/Cluster.pngbin139853 -> 65184 bytes
-rw-r--r--site/dev/testing/Perf.pngbin95351 -> 69403 bytes
-rw-r--r--site/dev/testing/skiaperf.md8
3 files changed, 4 insertions, 4 deletions
diff --git a/site/dev/testing/Cluster.png b/site/dev/testing/Cluster.png
index ebb566b672..12dc4d56fa 100644
--- a/site/dev/testing/Cluster.png
+++ b/site/dev/testing/Cluster.png
Binary files differ
diff --git a/site/dev/testing/Perf.png b/site/dev/testing/Perf.png
index 8985551ba2..bcbc20f2a0 100644
--- a/site/dev/testing/Perf.png
+++ b/site/dev/testing/Perf.png
Binary files differ
diff --git a/site/dev/testing/skiaperf.md b/site/dev/testing/skiaperf.md
index f4b5c40dbc..921df2e987 100644
--- a/site/dev/testing/skiaperf.md
+++ b/site/dev/testing/skiaperf.md
@@ -13,11 +13,11 @@ consisting mostly of performance benchmark results, but also including memory
and coverage data.
Perf includes tools for analyzing such a large corpus of data, the most
-powerful is [k-means clustering](https://perf.skia.org/clusters/). This tools
-groups large sets of performance metrics together based on how they change
-over time, and highlights sets of metrics that have performance regressions.
+powerful is [k-means clustering](https://perf.skia.org/t/). This tool groups
+large sets of performance metrics together based on how they change over time,
+and highlights sets of metrics that have performance regressions.
-<img src=Cluster.png style="margin-left:30px" align="left" width="800"/> <br clear="left">
+<img src=Cluster.png style="margin-left:30px" align="left" width="500"/> <br clear="left">
Calculations
------------