Mercurial > hg > piper-vamp-js
diff 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 |
line wrap: on
line diff
--- a/test/perf-test.html Tue Jun 12 14:58:05 2018 +0100 +++ b/test/perf-test.html Wed Jun 13 15:55:39 2018 +0100 @@ -1,7 +1,7 @@ <html> <head> <meta charset="UTF-8"> - <title>VamPipe Adapter Test</title> + <title>Piper Adapter Performance Test</title> <style type="text/css"> body { margin: 5%; } @@ -9,12 +9,12 @@ td, th { padding: 0.5em } </style> - <script src="VampExamplePlugins.js"></script> + <script src="../examples/vamp-example-plugins/VampExamplePlugins.umd.js"></script> <script src="base64.js"></script> <script src="perf-test.js"></script> </head> <body> - <h3>VamPipe Adapter Test</h3> + <h3>Piper Adapter Performance Test</h3> <p id="test-result"></p>