test

Benchmark created on


Description

测试js性能

Test runner

Ready to run.

Testing in
TestOps/sec
test1
var i,str = ''
for (i=0;i<1000;i++){
	str +=i
}
ready
test2

for (i=0;i<1000;i++){
	let str = ''
	str +=i
}
ready

Revisions

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