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

Unified Diff: fuzzer/fuzzer.toml

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init Created 5 years, 10 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 | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/fuzzer.toml
diff --git a/fuzzer/fuzzer.toml b/fuzzer/fuzzer.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b5956530971d0a245a0770f539d08acfe74411a7
--- /dev/null
+++ b/fuzzer/fuzzer.toml
@@ -0,0 +1,6 @@
+[FrontEnd]
+
+Port = ":8000" # "HTTP service address (e.g., ':8000')")
+ResourcePath = "" # "Full path to find resources (e.g., templates)")
+
+GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698