comparison test/perf-test-wasm.html @ 175:a91b4defa581

WebAssembly-related fixes and updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 13 Jun 2018 15:55:39 +0100
parents
children
comparison
equal deleted inserted replaced
174:a007360392e0 175:a91b4defa581
1 <html>
2 <head>
3 <meta charset="UTF-8">
4 <title>Piper Adapter Performance 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="../examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"></script>
13 <script src="base64.js"></script>
14 <script src="perf-test.js"></script>
15 </head>
16 <body>
17 <h3>Piper Adapter Performance Test</h3>
18
19 <p id="test-result"></p>
20
21 </body>
22 </html>