Mercurial > hg > piper-vamp-js
comparison perf-test.html @ 33:e9a0f66ee81c
Quick in-browser performance test
author | Chris Cannam |
---|---|
date | Sat, 24 Sep 2016 16:26:04 +0100 |
parents | |
children | 3faa4e3eedac |
comparison
equal
deleted
inserted
replaced
32:30028b3c95e4 | 33:e9a0f66ee81c |
---|---|
1 <html> | |
2 <head> | |
3 <meta charset="UTF-8"> | |
4 <title>VamPipe Adapter Test</title> | |
5 | |
6 <style type="text/css"> | |
7 body { margin: 5%; } | |
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } | |
9 td, th { padding: 0.5em } | |
10 </style> | |
11 | |
12 <script src="VampExamplePlugins.js"></script> | |
13 <script src="perf-test.js"></script> | |
14 </head> | |
15 <body> | |
16 <h3>VamPipe Adapter Test</h3> | |
17 | |
18 <p id="test-result"></p> | |
19 | |
20 </body> | |
21 </html> |