Mercurial > hg > piper-vamp-js
view quick-test.html @ 33:e9a0f66ee81c
Quick in-browser performance test
author | Chris Cannam |
---|---|
date | Sat, 24 Sep 2016 16:26:04 +0100 |
parents | c250695a784f |
children | 90bf9d9f9c95 |
line wrap: on
line source
<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="quick-test.js"></script> </head> <body> <h3>VamPipe Adapter Test</h3> <p id="test-result"></p> </body> </html>