• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.eslintrc.jsonH A D31-Mar-202252 75

READMEH A D31-Mar-2022508 1411

perf_reftest_singletons.manifestH A D31-Mar-20222.2 KiB3433

README

1This directory is for adding short performance tests that will be tracked in
2Talos and receive regression alerts.
3
4To add a test:
5
61)  Create a test HTML file which includes <script src="util.js"></script>
72)  In that file, have an onload handler which does the following:
8   i) Any pre-test setup needed.
9  ii) A call to perf_start().
10 iii) The test steps.
11  iv) A call to perf_finish().
123)  Add your test to the perf_reftest_singletons.manifest file.
134)  Add your test to the list in build/pgo/index.html.
14