| 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.
|
|
|