Home | History | Annotate | Download | only in testing
      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.
     17