Mercurial > hg > piper-vamp-js
view test/perf-test.html @ 176:eaf46e7647a0 tip master
Update for latest Emscripten - Pointer_stringify has apparently been deprecated for a while, and was removed in v1.38.27
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 27 Feb 2019 11:29:53 +0000 |
parents | a91b4defa581 |
children |
line wrap: on
line source
<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.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>