view test/perf-test.html @ 122:6d651bfc93b9

Some build fixes (especially: use of realpath for object files meant only those files that already existed in the original directories were being considered as targets)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 10 Nov 2016 13:35:55 +0000
parents 2e8aacb7f883
children a91b4defa581
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="base64.js"></script>
    <script src="perf-test.js"></script>
  </head>
  <body>
    <h3>VamPipe Adapter Test</h3>

    <p id="test-result"></p>
    
  </body>
</html>