annotate perf-test.html @ 110:2f621b00747e

Merge from branch jsonrpc
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 06 Oct 2016 14:33:12 +0100
parents 2b20e610c4c2
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>