comparison perf-test.html @ 102:82f018d2dd0e

Quick in-browser performance test
author Chris Cannam <c.cannam@qmul.ac.uk>
date Sat, 24 Sep 2016 16:26:04 +0100
parents
children 3faa4e3eedac
comparison
equal deleted inserted replaced
101:d91781a91861 102:82f018d2dd0e
1 <html>
2 <head>
3 <meta charset="UTF-8">
4 <title>VamPipe Adapter Test</title>
5
6 <style type="text/css">
7 body { margin: 5%; }
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
9 td, th { padding: 0.5em }
10 </style>
11
12 <script src="VampExamplePlugins.js"></script>
13 <script src="perf-test.js"></script>
14 </head>
15 <body>
16 <h3>VamPipe Adapter Test</h3>
17
18 <p id="test-result"></p>
19
20 </body>
21 </html>