diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/perf-test-wasm.html	Wed Jun 13 15:55:39 2018 +0100
@@ -0,0 +1,22 @@
+<html>
+  <head>
+    <meta charset="UTF-8">
+    <title>Piper Adapter Performance Test</title>
+
+    <style type="text/css">
+      body { margin: 5%; }
+      table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
+      td, th { padding: 0.5em }
+    </style>
+
+    <script src="../examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"></script>
+    <script src="base64.js"></script>
+    <script src="perf-test.js"></script>
+  </head>
+  <body>
+    <h3>Piper Adapter Performance Test</h3>
+
+    <p id="test-result"></p>
+    
+  </body>
+</html>