Title: [220043] trunk/PerformanceTests
- Revision
- 220043
- Author
- [email protected]
- Date
- 2017-07-29 04:38:07 -0700 (Sat, 29 Jul 2017)
Log Message
Speedometer 2.0: Document vanilla/es2015 build process
https://bugs.webkit.org/show_bug.cgi?id=174894
Patch by Mathias Bynens <[email protected]> on 2017-07-29
Reviewed by Ryosuke Niwa.
* Speedometer/resources/todomvc/vanilla-examples/es2015/README.md: Added.
* Speedometer/resources/todomvc/vanilla-examples/es2015/index.html: Made title consistent.
Modified Paths
Added Paths
Diff
Modified: trunk/PerformanceTests/ChangeLog (220042 => 220043)
--- trunk/PerformanceTests/ChangeLog 2017-07-29 10:27:00 UTC (rev 220042)
+++ trunk/PerformanceTests/ChangeLog 2017-07-29 11:38:07 UTC (rev 220043)
@@ -1,3 +1,13 @@
+2017-07-29 Mathias Bynens <[email protected]>
+
+ Speedometer 2.0: Document vanilla/es2015 build process
+ https://bugs.webkit.org/show_bug.cgi?id=174894
+
+ Reviewed by Ryosuke Niwa.
+
+ * Speedometer/resources/todomvc/vanilla-examples/es2015/README.md: Added.
+ * Speedometer/resources/todomvc/vanilla-examples/es2015/index.html: Made title consistent.
+
2017-07-27 Mathias Bynens <[email protected]>
Speedometer 2.0: Document Angular 4 build process
Added: trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/README.md (0 => 220043)
--- trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/README.md (rev 0)
+++ trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/README.md 2017-07-29 11:38:07 UTC (rev 220043)
@@ -0,0 +1,10 @@
+# Speedometer 2.0: ES2015 TodoMVC example
+
+## Test locally
+
+1. Run a local server from this directory. (You could use [`npm i -g http-server`](https://github.com/indexzero/http-server).)
+2. Open the URL pointing to the local server in your web browser of choice.
+
+## Build
+
+There is no build step for this example.
Modified: trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/index.html (220042 => 220043)
--- trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/index.html 2017-07-29 10:27:00 UTC (rev 220042)
+++ trunk/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/index.html 2017-07-29 11:38:07 UTC (rev 220043)
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>ES6 • TodoMVC</title>
+ <title>ES2015 TodoMVC example</title>
<link rel="stylesheet" href=""
<link rel="stylesheet" href=""
</head>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes