bytestring_perf.html 657 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2014 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. -->
  8. <head>
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <title>Closure Performance Tests - byteArrayToString</title>
  11. <link rel="stylesheet" type="text/css"
  12. href="../testing/performancetable.css"/>
  13. <script src="../base.js"></script>
  14. </head>
  15. <body>
  16. <h1>Closure Performance Tests - byteArrayToString</h1>
  17. <div id="perfTable"></div>
  18. <hr>
  19. <script>
  20. goog.require('goog.crypt.byteArrayToStringPerf');
  21. </script>
  22. </body>
  23. </html>