Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
|
@@ -6,10 +6,13 @@
|
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>LaboFnac Bench AI WebGPU</title>
|
| 8 |
<script type="module" crossorigin src="/assets/index-Btti6dN2.js"></script>
|
|
|
|
| 9 |
<link rel="stylesheet" crossorigin href="/assets/index-CjAcR-nm.css">
|
| 10 |
</head>
|
| 11 |
|
| 12 |
<body>
|
| 13 |
<div id="root"></div>
|
|
|
|
|
|
|
| 14 |
</body>
|
| 15 |
</html>
|
|
|
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>LaboFnac Bench AI WebGPU</title>
|
| 8 |
<script type="module" crossorigin src="/assets/index-Btti6dN2.js"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
| 10 |
<link rel="stylesheet" crossorigin href="/assets/index-CjAcR-nm.css">
|
| 11 |
</head>
|
| 12 |
|
| 13 |
<body>
|
| 14 |
<div id="root"></div>
|
| 15 |
+
<div style="width: 100%; max-width: 800px; margin: 20px auto;">
|
| 16 |
+
<canvas id="stressTestChart"></canvas></div>
|
| 17 |
</body>
|
| 18 |
</html>
|