Tester

Benchmark created on


Preparation HTML

<div>
Hi
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
Test1
const test1 = {
	some: 'a',
	base: 1,
	obj: true,
	ect: 1.23
	test: {}
	er: []
};
const tester = Object.assign({}, test1);
delete tester.er;
ready
Test2
const test2 = {
	some: 'a',
	base: 1,
	obj: true,
	ect: 1.23
	test: {}
	er: []
};
const { er: __er, ...restOfVars } = test2;
ready

Revisions

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