gogogogo

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
gogogogooo
var idx = arr.indexOf(ele);
arr.splice(idx,0);

arr = arr.filter(function(ele)){
	return eleTodDelete !== ele;
}
ready
gogogogooo1
var idx = arr.indexOf(ele);
arr.splice(idx,0);

arr = arr.filter(function(ele)){
	return eleTodDelete !== ele;
}
ready

Revisions

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