comparison test/perf-test.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 2e8aacb7f883
children
comparison
equal deleted inserted replaced
174:a007360392e0 175:a91b4defa581
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"> 3 <meta charset="UTF-8">
4 <title>VamPipe Adapter Test</title> 4 <title>Piper Adapter Performance Test</title>
5 5
6 <style type="text/css"> 6 <style type="text/css">
7 body { margin: 5%; } 7 body { margin: 5%; }
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
9 td, th { padding: 0.5em } 9 td, th { padding: 0.5em }
10 </style> 10 </style>
11 11
12 <script src="VampExamplePlugins.js"></script> 12 <script src="../examples/vamp-example-plugins/VampExamplePlugins.umd.js"></script>
13 <script src="base64.js"></script> 13 <script src="base64.js"></script>
14 <script src="perf-test.js"></script> 14 <script src="perf-test.js"></script>
15 </head> 15 </head>
16 <body> 16 <body>
17 <h3>VamPipe Adapter Test</h3> 17 <h3>Piper Adapter Performance Test</h3>
18 18
19 <p id="test-result"></p> 19 <p id="test-result"></p>
20 20
21 </body> 21 </body>
22 </html> 22 </html>