Mercurial > hg > piper-vamp-js
annotate test/perf-test.html @ 165:1267740d9324
Reorder so as to be clear that the line count from wc is calculated
before any head/tail shenanigans. However, this still isn't right for
reasons I'll put in an issue
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 27 Jun 2017 16:29:29 +0100 |
parents | 2e8aacb7f883 |
children | a91b4defa581 |
rev | line source |
---|---|
c@117 | 1 <html> |
c@117 | 2 <head> |
c@117 | 3 <meta charset="UTF-8"> |
c@117 | 4 <title>VamPipe Adapter Test</title> |
c@117 | 5 |
c@117 | 6 <style type="text/css"> |
c@117 | 7 body { margin: 5%; } |
c@117 | 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } |
c@117 | 9 td, th { padding: 0.5em } |
c@117 | 10 </style> |
c@117 | 11 |
c@117 | 12 <script src="VampExamplePlugins.js"></script> |
c@117 | 13 <script src="base64.js"></script> |
c@117 | 14 <script src="perf-test.js"></script> |
c@117 | 15 </head> |
c@117 | 16 <body> |
c@117 | 17 <h3>VamPipe Adapter Test</h3> |
c@117 | 18 |
c@117 | 19 <p id="test-result"></p> |
c@117 | 20 |
c@117 | 21 </body> |
c@117 | 22 </html> |