summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md')
-rw-r--r--third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
new file mode 100644
index 0000000000..064d171f0a
--- /dev/null
+++ b/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
@@ -0,0 +1,16 @@
+# Speedometer 2.1: Preact TodoMVC example
+
+## Test locally
+
+1. `npm install`
+2. `npm start`
+
+## Build
+
+1. `npm run build`
+
+## Notes
+
+The compiled version of the application can be found in the `build` directory.
+This is what the benchmark runner uses when running the Preact TodoMVC as part
+of a benchmark run.