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