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

Side by Side Diff: site/dev/testing/index.md

Issue 954523004: Add testing section of docs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: minor formatting Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Testing
2 =======
3
4 Skia relies heavily on our suite of unit and Golden Master \(GM\) tests, which
5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
6 Tests are executed by our trybots, for every commit, across most of our
7 supported platforms and configurations.
8 Skia [Gold](https://gold.skia.org) is a web interface for triaging these results .
9
10 We also have a robust set of performance tests, served by the nanobench tool and
11 accessible via the Skia [Perf](https://perf.skia.org) web interface.
12
13 Cluster Telemetry is a powerful framework that helps us capture and benchmark
14 SKP files, a binary format for draw commands, across up to one million websites.
15
16 See the individual subpages for more details on our various test tools.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698