Sha256: 9b3c1b6e066d138378359cf630d957004320dd86559735ee33d245b08ce05938
Contents?: true
Size: 1.31 KB
Versions: 16
Compression:
Stored size: 1.31 KB
Contents
<!DOCTYPE html> <html> <head> <title>Underscore Test Suite</title> <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen"> <script src="vendor/jquery.js"></script> <script src="vendor/qunit.js"></script> <script src="vendor/jslitmus.js"></script> <script src="../underscore.js"></script> <script src="collections.js"></script> <script src="arrays.js"></script> <script src="functions.js"></script> <script src="objects.js"></script> <script src="utility.js"></script> <script src="chaining.js"></script> <script src="speed.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"> <div id="map-test"> <div id="id1"></div> <div id="id2"></div> </div> </div> <br> <h1 class="qunit-header">Underscore Speed Suite</h1> <p> A representative sample of the functions are benchmarked here, to provide a sense of how fast they might run in different browsers. Each iteration runs on an array of 1000 elements.<br /><br /> For example, the 'intersection' test measures the number of times you can find the intersection of two thousand-element arrays in one second. </p> <br> <script type="text/html" id="template"> <% // a comment if (data) { data += 12345; }; %> <li><%= data %></li> </script> </body> </html>
Version data entries
16 entries across 16 versions & 2 rubygems