view perf-test.html @ 44:ae292da1cabe

Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author Chris Cannam
date Tue, 11 Oct 2016 14:37:12 +0100
parents 3faa4e3eedac
children
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>