console.log performance (v6)

Revision 6 of this benchmark created by Nicolas Froidure on


Description

Checking to see how leaving console.log statements in your JS code impacts performance.

Test runner

Ready to run.

Testing in
TestOps/sec
iterations with logging
console.log(1+1);
ready
iterations without logging
1+1;
ready

Revisions

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