Test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Array.from
[1,2,3,4,5].from((e)=> { e*e})
ready
For each
Const art = [1,2,3,4,5]
for(int i = 0; i < art.length; i++) {
	  i*i;
	}
ready

Revisions

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