annotate perf-test.html @ 104:2b20e610c4c2

Fix object structure for process input in perf test
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 26 Sep 2016 16:18:44 +0100
parents 82f018d2dd0e
children
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@104 13 <script src="base64.js"></script>
c@102 14 <script src="perf-test.js"></script>
c@102 15 </head>
c@102 16 <body>
c@102 17 <h3>VamPipe Adapter Test</h3>
c@102 18
c@102 19 <p id="test-result"></p>
c@102 20
c@102 21 </body>
c@102 22 </html>