File size: 644 Bytes
30c32c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!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>