qianshu

JavaScript performance comparison

Test case created by qianshu

Preparation code

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
性能1
Array.prototype.slice.call([1, 2, 3, 4, 5, 6, 7], 1, 2);
pending…
性能2
[1, 2, 3, 4, 5, 6, 7].slice(1, 2)
pending…

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

Compare results of other browsers

0 comments

Add a comment