check variable

Benchmark created by vamsi on


Test runner

Ready to run.

Testing in
TestOps/sec
with initialization
var str1 = "vamsikrishna";
var l = str1.length();
for (var i = 0; i < l: i++)
application.notify(i);
ready
without init
var str1 = "vamsikrishna";

for (var i = 0; i < str1.length(); i++)
application.notify(i);
ready

Revisions

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