@@ -32,36 +32,45 @@ <h1 class="section-header">About Speedometer 3</h1>
32
32
< li > Measures the time to add, complete, and remove 100 todo items in a basic list.</ li >
33
33
< li > Each example implements the same todo application (TodoMVC) using different techniques and frameworks.</ li >
34
34
< li >
35
- Workloads: < a href ="resources/todomvc/vanilla-examples/javascript-es5/README.md " target ="_blank "> TodoMVC-JavaScript-ES5</ a > ,
36
- < a href ="resources/todomvc/vanilla-examples/javascript-es6-webpack-complex/README.md " target ="_blank "> TodoMVC-JavaScript-ES6-Webpack-Complex-DOM</ a > ,
37
- < a href ="resources/todomvc/vanilla-examples/javascript-web-components/README.md " target ="_blank "> TodoMVC-WebComponents</ a > ,
38
- < a href ="resources/todomvc/architecture-examples/react-complex/README.md " target ="_blank "> TodoMVC-React-Complex-DOM</ a > ,
39
- < a href ="resources/todomvc/architecture-examples/react-redux/README.md " target ="_blank "> TodoMVC-React-Redux</ a > ,
40
- < a href ="resources/todomvc/architecture-examples/backbone/README.md " target ="_blank "> TodoMVC-Backbone</ a > ,
41
- < a href ="resources/todomvc/architecture-examples/angular-complex/README.md " target ="_blank "> TodoMVC-Angular-Complex-DOM</ a > ,
42
- < a href ="resources/todomvc/architecture-examples/vue/README.md " target ="_blank "> TodoMVC-Vue</ a > , < a href ="resources/todomvc/architecture-examples/jquery/README.md " target ="_blank "> TodoMVC-jQuery</ a > ,
43
- < a href ="resources/todomvc/architecture-examples/preact-complex/README.md " target ="_blank "> TodoMVC-Preact-Complex-DOM</ a > ,
44
- < a href ="resources/todomvc/architecture-examples/svelte-complex/README.md " target ="_blank "> TodoMVC-Svelte-Complex-DOM</ a > ,
45
- < a href ="resources/todomvc/architecture-examples/lit-complex/README.md " target ="_blank "> TodoMVC-Lit-Complex-DOM</ a >
35
+ Workloads: < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-es5 " target ="_blank "> TodoMVC-JavaScript-ES5</ a > ,
36
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-es6-webpack-complex " target ="_blank "> TodoMVC-JavaScript-ES6-Webpack-Complex-DOM</ a > ,
37
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-web-components " target ="_blank "> TodoMVC-WebComponents</ a > ,
38
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/react-complex " target ="_blank "> TodoMVC-React-Complex-DOM</ a > ,
39
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/react-redux " target ="_blank "> TodoMVC-React-Redux</ a > ,
40
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/backbone " target ="_blank "> TodoMVC-Backbone</ a > ,
41
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/angular-complex " target ="_blank "> TodoMVC-Angular-Complex-DOM</ a > ,
42
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/vue " target ="_blank "> TodoMVC-Vue</ a > ,
43
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/jquery " target ="_blank "> TodoMVC-jQuery</ a > ,
44
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/preact-complex " target ="_blank "> TodoMVC-Preact-Complex-DOM</ a > ,
45
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/svelte-complex " target ="_blank "> TodoMVC-Svelte-Complex-DOM</ a > ,
46
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/lit-complex " target ="_blank "> TodoMVC-Lit-Complex-DOM</ a >
46
47
</ li >
47
48
</ ul >
48
49
< li > Editing rich text</ li >
49
50
< ul >
50
51
< li > Loading and styling text inside WYSIWYG and code editors.</ li >
51
- < li > Workloads: < a href ="resources/editors/README.md " target ="_blank "> Editor-CodeMirror</ a > , < a href ="resources/editors/README.md " target ="_blank "> Editor-TipTap</ a > </ li >
52
+ < li >
53
+ Workloads: < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/editors " target ="_blank "> Editor-CodeMirror</ a > ,
54
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/editors " target ="_blank "> Editor-TipTap</ a >
55
+ </ li >
52
56
</ ul >
53
57
< li > Rendering charts</ li >
54
58
< ul >
55
59
< li > Loading and interacting with SVG and canvas charts.</ li >
56
60
< li >
57
- Workloads: < a href ="resources/charts/README.md " target ="_blank "> Charts-observable-plot</ a > , < a href ="resources/charts/README.md " target ="_blank "> Charts-chartjs</ a > ,
58
- < a href ="resources/react-stockcharts/README.md " target ="_blank "> React-Stockcharts-SVG</ a > , < a href ="resources/perf.webkit.org/README.md " target ="_blank "> Perf-Dashboard</ a >
61
+ Workloads: < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/charts " target ="_blank "> Charts-observable-plot</ a > ,
62
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/charts " target ="_blank "> Charts-chartjs</ a > ,
63
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/react-stockcharts " target ="_blank "> React-Stockcharts-SVG</ a > ,
64
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/perf.webkit.org " target ="_blank "> Perf-Dashboard</ a >
59
65
</ li >
60
66
</ ul >
61
67
< li > Reading a news site</ li >
62
68
< ul >
63
69
< li > Navigating across pages and interacting with a typical looking news site.</ li >
64
- < li > Workloads: < a href ="resources/newssite/news-next/README.md " target ="_blank "> NewsSite-Next</ a > , < a href ="resources/newssite/news-nuxt/README.md " target ="_blank "> NewsSite-Nuxt</ a > </ li >
70
+ < li >
71
+ Workloads: < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/newssite/news-next " target ="_blank "> NewsSite-Next</ a > ,
72
+ < a href ="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/newssite/news-nuxt " target ="_blank "> NewsSite-Nuxt</ a >
73
+ </ li >
65
74
</ ul >
66
75
</ ul >
67
76
0 commit comments