benchmarks-viewer / index.html
qikp's picture
Upload 3 files
94ffa9a verified
raw
history blame contribute delete
409 Bytes
<!doctype html>
<html>
<head>
<title>Benchmarks viewer</title>
<link rel="stylesheet" href="style.css">
<script src="https://nobsdelivr.private.coffee/npm/chart.js"></script>
</head>
<body>
<h1>Benchmarks viewer</h1>
<p>View my benchmark dumps easily.</p>
<p id="loading">Loading, this can take a minute...</p>
<script src="script.js"></script>
</body>
</html>