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