eval test

JavaScript performance comparison

Revision 2 of this test case created by Praneet Loke

Preparation code

//javascript libraries go here (ex: jquery, prototype etc)
<script>
Benchmark.prototype.setup = function() {
    //variable declarations go here...
   
    var a = [];
    var x ='2/3';
};
</script>

Preparation code output

//javascript libraries go here (ex: jquery, prototype etc)

Test runner

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

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
eval
x = eval(x);
pending…
NOT eval
a = x.split("/");
x = parseInt(a[0], 10) / parseInt(a[1], 10);
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:

0 comments

Add a comment