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

Unified Diff: compute_engine_scripts/perfserver/README

Issue 316923002: Perf server initial documentation; mostly placeholder now. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: fix typos and formatting Created 6 years, 6 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 | compute_engine_scripts/perfserver/vm_create_server.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/perfserver/README
diff --git a/compute_engine_scripts/perfserver/README b/compute_engine_scripts/perfserver/README
new file mode 100644
index 0000000000000000000000000000000000000000..c4a20bebe162fb7a9d2fbc9fbe6ab92a2abc68a7
--- /dev/null
+++ b/compute_engine_scripts/perfserver/README
@@ -0,0 +1,15 @@
+This directory contains scripts to automate the creation, setup and deletion of
+Skia's GCE Perf Server machine.
+
+
+Directory Contents
+==================
+
+- vm_create_server.sh
+Creates a perf server instance in the specified $ZONE_TAG.
+
+- vm_setup_server.sh
+Sets up the perf server with required packages and directories.
+
+- vm_delete_server.sh
+Deletes the perf server instance in the specified $ZONE_TAG.
« no previous file with comments | « no previous file | compute_engine_scripts/perfserver/vm_create_server.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698