Mercurial > hg > piper-vamp-js
diff perf-test.html @ 102:82f018d2dd0e
Quick in-browser performance test
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Sat, 24 Sep 2016 16:26:04 +0100 |
parents | |
children | 3faa4e3eedac |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perf-test.html Sat Sep 24 16:26:04 2016 +0100 @@ -0,0 +1,21 @@ +<html> + <head> + <meta charset="UTF-8"> + <title>VamPipe Adapter 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="VampExamplePlugins.js"></script> + <script src="perf-test.js"></script> + </head> + <body> + <h3>VamPipe Adapter Test</h3> + + <p id="test-result"></p> + + </body> +</html>