json_perf.html 707 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2012 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. <!--
  9. -->
  10. <head>
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <title>Closure Performance Tests - goog.json vs JSON</title>
  13. <link rel="stylesheet" type="text/css" href="../testing/performancetable.css"/>
  14. <script src="../base.js"></script>
  15. </head>
  16. <body>
  17. <h1>goog.json and JSON Performance Tests</h1>
  18. <p>
  19. <strong>User-agent:</strong>
  20. <script>document.write(navigator.userAgent);</script>
  21. </p>
  22. <div id="perfTable"></div>
  23. <hr>
  24. <script>
  25. goog.require('goog.jsonPerf');
  26. </script>
  27. </body>
  28. </html>