eval test
JavaScript performance comparison
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.
| Test | Ops/sec | |
|---|---|---|
eval |
|
pending… |
NOT eval |
|
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 JP Grace
- Revision 2: published by Praneet Loke
0 comments