• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Testing
2=======
3
4Skia relies heavily on our suite of unit and Golden Master \(GM\) tests, which
5are served by our Diamond Master \(DM\) test tool, for correctness testing.
6Tests are executed by our trybots, for every commit, across most of our
7supported platforms and configurations.
8Skia [Gold](https://gold.skia.org) is a web interface for triaging these results.
9
10We also have a robust set of performance tests, served by the nanobench tool and
11accessible via the Skia [Perf](https://perf.skia.org) web interface.
12
13Cluster Telemetry is a powerful framework that helps us capture and benchmark
14SKP files, a binary format for draw commands, across up to one million websites.
15
16See the individual subpages for more details on our various test tools.
17