Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1742)

Unified Diff: tools/perf/contrib/README.md

Issue 2827393002: Create tools/perf/contrib directory (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/contrib/README.md
diff --git a/tools/perf/contrib/README.md b/tools/perf/contrib/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..fdbe13ee789b3710df06153b16cb697dcccd4e86
--- /dev/null
+++ b/tools/perf/contrib/README.md
@@ -0,0 +1,21 @@
+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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698