tree: dd2d674ad718e79dd8e381b7b684261ec0217abc [path history] [tgz]
  1. blink_layoutng_perf/
  2. blink_perf_cmdline/
  3. blink_perf_xml_http_request/
  4. cluster_telemetry/
  5. cros_benchmarks/
  6. heap_profiling/
  7. leak_detection/
  8. media_router_benchmarks/
  9. memory_extras/
  10. oilpan/
  11. orderfile/
  12. tracing/
  13. vr_benchmarks/
  14. __init__.py
  15. PRESUBMIT.py
  16. README.md
tools/perf/contrib/README.md

The code is this directory is neither endorsed nor supported by the Chromium benchmarking team.

To add code in this directory:

  1. First check the list of available benchmarking harnesses at bit.ly/chrome-benchmark-harnesses and make sure that your use case cannot fit any of the supported harness. If there is a related harness, please reach out to us and extend existing functionality.
  2. If your test case cannot fit into any existing harness, create a sub-directory with yourself and at least one another person as the OWNERS. Send the CL containing ONLY the new OWNERS file to the owners of tools/perf/. Your CL description should describe what the code you plan to add do. If it's an ephemeral benchmark used to drive a perf project, you need an accompanied bug (assigned to you) to clean up the benchmarks once your perf project is launched.

NOTE

  1. Benchmarks in this directory will not be scheduled for running on the perf waterfall.
  2. Chromium benchmarking team will NOT review nor maintain any code under this directory. It is the responsiblity of the owners of each sub-directory to maintain them.