mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 23:42:23 -05:00
25 lines
644 B
HTML
25 lines
644 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Scratch VM Benchmark Suite</title>
|
|
<link rel="stylesheet" href="./suite.css" type="text/css" media="screen">
|
|
</head>
|
|
<body>
|
|
<div class="runner-controls">
|
|
<h2>Scratch VM Benchmark Suite</h2>
|
|
<div class="suite-results">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="bench-frame-owner">
|
|
<iframe id="bench_frame" name="bench_frame" src="" class="bench-frame"
|
|
width="100%" height="100%"></iframe>
|
|
</div>
|
|
|
|
<!-- BenchRunner -->
|
|
<script src="./suite.js" type="text/javascript" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|