Mercurial > hg > piper-vamp-js
annotate quick-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 | 95643de89a08 |
children | 90bf9d9f9c95 |
rev | line source |
---|---|
c@73 | 1 <html> |
c@73 | 2 <head> |
c@73 | 3 <meta charset="UTF-8"> |
c@73 | 4 <title>VamPipe Adapter Test</title> |
c@73 | 5 |
c@73 | 6 <style type="text/css"> |
c@73 | 7 body { margin: 5%; } |
c@73 | 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } |
c@73 | 9 td, th { padding: 0.5em } |
c@73 | 10 </style> |
c@73 | 11 |
c@97 | 12 <script src="VampExamplePlugins.js"></script> |
c@73 | 13 <script src="quick-test.js"></script> |
c@73 | 14 </head> |
c@73 | 15 <body> |
c@73 | 16 <h3>VamPipe Adapter Test</h3> |
c@73 | 17 |
c@73 | 18 <p id="test-result"></p> |
c@73 | 19 |
c@73 | 20 </body> |
c@73 | 21 </html> |