asdfasfdadsfdsdd

Benchmark created on


Preparation HTML

<script>
function Ob() {
  this.a = 1;
  this.b = 2;
  this.c = 3;
  this.d = 4;
  this.e = 5;
}
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
1
var o = {};
o.a=1;
o.b=2;
o.c=3;
o.d=4;
o.e=5;
ready
2
var o = new Ob();
ready

Revisions

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