annotate test/perf-test.html @ 169:9c746a913d7f

Make the Emscripten output go into a temporary file, and make the UMD module be the only "official" output left at the end
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 28 Jun 2017 09:26:29 +0100
parents 2e8aacb7f883
children a91b4defa581
rev   line source
c@117 1 <html>
c@117 2 <head>
c@117 3 <meta charset="UTF-8">
c@117 4 <title>VamPipe Adapter Test</title>
c@117 5
c@117 6 <style type="text/css">
c@117 7 body { margin: 5%; }
c@117 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
c@117 9 td, th { padding: 0.5em }
c@117 10 </style>
c@117 11
c@117 12 <script src="VampExamplePlugins.js"></script>
c@117 13 <script src="base64.js"></script>
c@117 14 <script src="perf-test.js"></script>
c@117 15 </head>
c@117 16 <body>
c@117 17 <h3>VamPipe Adapter Test</h3>
c@117 18
c@117 19 <p id="test-result"></p>
c@117 20
c@117 21 </body>
c@117 22 </html>