annotate 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
rev   line source
c@102 1 <html>
c@102 2 <head>
c@102 3 <meta charset="UTF-8">
c@102 4 <title>VamPipe Adapter Test</title>
c@102 5
c@102 6 <style type="text/css">
c@102 7 body { margin: 5%; }
c@102 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
c@102 9 td, th { padding: 0.5em }
c@102 10 </style>
c@102 11
c@102 12 <script src="VampExamplePlugins.js"></script>
c@102 13 <script src="perf-test.js"></script>
c@102 14 </head>
c@102 15 <body>
c@102 16 <h3>VamPipe Adapter Test</h3>
c@102 17
c@102 18 <p id="test-result"></p>
c@102 19
c@102 20 </body>
c@102 21 </html>