scripting-engines-two
JavaScript performance comparison
Preparation code
<script type='text/javascript' src='http://code.jquery.com/jquery-1.9.1.min.js'>
</script>
<script type='text/javascript' src='http://zeptojs.com/zepto.js'>
</script>
<script type='text/javascript' src='http://www.codingjack.com/playground/jquick/js/jquick.js'>
</script>
<div></div>
<script>
Benchmark.prototype.setup = function() {
var p;
};
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
jQuery |
|
pending… |
Zepto |
|
pending… |
jQuick |
|
pending… |
You can edit these tests or add even more tests to this page by appending /edit to the URL.
0 comments