homo
JavaScript performance comparison
Preparation code
<ul id="groupContainer">
<li id="groupId" class="group">
<span id="groupBox" class="box groupName">
<span>Group</span>
<span id="add">Add</span>
</span>
<ul id="list">
<li class="box">Item 1</li>
</ul>
</li>
</ul>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
Preparation code output
-
Group
Add
- Item 1
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
1 |
|
pending… |
2 |
|
pending… |
|
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 dfgsdfgsdfgsdf
- Revision 2: published by dfgsdfgsdfgsdf
- Revision 3: published by dfgsdfgsdfgsdf
- Revision 4: published by dfgsdfgsdfgsdf
0 comments