slice-performance-test (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<table>
<tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
    <td>4</td>
    <td id="test">5</td>
    <td class="test">6</td>
    <td>7</td>
    <td>8</td>
    <td>9</td>
</tr>
</table>

Test runner

Ready to run.

Testing in
TestOps/sec
straight to
$("#test");
ready
children
$(".test");
ready
all the children
$("table tr td #test");
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.