html_clone
JavaScript performance comparison
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<ul class="level-3b" id="StartHereB">
<li class="item-0b"><a href="http://www.notme.com">0</a></li>
<li class="item-1b"><a href="http://www.notme.com">1</a></li>
<li class="item-2b"><a href="http://www.findme.com" class="foo">2</a></li>
<li class="item-3b"><a href="http://www.notme.com">3</a></li>
<li class="item-4b"><a href="http://www.notme.com">4</a></li>
</ul>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
html |
|
pending… |
clone |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by Aka
- Revision 2: published
0 comments