-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathindex.html
36 lines (29 loc) · 1.08 KB
/
index.html
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
<!--
Copyright 2017 the V8 project authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Tooling Benchmark</title>
<link rel="stylesheet" href="style.css">
<%=htmlWebpackPlugin.files.webpackManifest%>
</head>
<body>
<main id="body">
<a href="https://github.com/v8/web-tooling-benchmark"><img id="logo" src="Logo.png" alt="Web Tooling Benchmark"></a>
<p class="summary">
The Web Tooling Benchmark is a performance test suite focused on JavaScript related workloads found
in common web developer tools these days. For more information, read the
<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md">in-depth
analysis</a>. Bigger scores are better.
</p>
<div id="result-summary"></div>
<div id="status">Start test</div>
<table id="results"></table>
<div id="version"></div>
</main>
</body>
</html>