-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.9 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>⚡️ Lustre Benchmark</title>
<link
rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Code+Pro"
/>
<link
rel="stylesheet"
href="https://unpkg.com/charts.css/dist/charts.min.css"
/>
<link rel="stylesheet" href="/priv/index.css" />
<script src="https://unpkg.com/query-selector-shadow-dom@1.0.1/dist/querySelectorShadowDom.js"></script>
<script type="module" src="/priv/static/lustre_benchmark.mjs"></script>
<script type="application/json" id="implementations">
[
{ "name": "Alpine", "version": "3.14.9", "optimised": false },
{ "name": "Elm", "version": "0.19.1", "optimised": false },
{ "name": "Elm", "version": "0.19.1", "optimised": true },
{ "name": "Gren", "version": "0.6.2", "optimised": false },
{ "name": "Gren", "version": "0.6.2", "optimised": true },
{ "name": "Lustre", "version": "4.6.4", "optimised": false },
{ "name": "Lustre", "version": "5.5.0", "optimised": false },
{ "name": "Lustre", "version": "5.5.0", "optimised": true },
{ "name": "React", "version": "19.1.0", "optimised": false },
{ "name": "React", "version": "19.1.0", "optimised": true },
{ "name": "Solid", "version": "1.9.5", "optimised": false },
{ "name": "Svelte", "version": "5.25.7", "optimised": false },
{ "name": "Svelte", "version": "5.25.7", "optimised": true },
{ "name": "Vue", "version": "3.5.13", "optimised": false }
]
</script>
</head>
<body></body>
</html>