view perf-test.html @ 34:0eafc96a039c

Add quick perf test that can be run under node instead of in-browser
author Chris Cannam
date Sun, 25 Sep 2016 09:47:56 +0100
parents e9a0f66ee81c
children 3faa4e3eedac
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="perf-test.js"></script>
  </head>
  <body>
    <h3>VamPipe Adapter Test</h3>

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