Variables def

JavaScript performance comparison

Test case created by Julius

Test runner

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

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
seperate vars
var a = '1';
var b = 'aaaa';
var c = [1,'2',3];
var d = {a: 1};
pending…
one var
var a = '1',
b = 'aaaa',
c = [1,'2',3],
d = {a: 1};
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