prueba-aires1

Benchmark created by Alex on


Test runner

Ready to run.

Testing in
TestOps/sec
for normal
for (var i = 0; i <= 10; i++) {
  console.log("Hola amigos");
}
ready
for inverso
for (var i = 10; i >= 0; i--) {
  console.log("Hola amigos");
}
ready

Revisions

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