zxcz

Benchmark created by asdsada on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
  var duzy = {
   'test1': null,
   'test2': null,
   'stringi': 'test',
   'numerek': 12
  };
  
  var maly = {
   'test1z': null,
   'test2z': null,
   'stringiz': 'test',
   'numerekz': 12
  };
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
zwylky
duzy['test1z'] = maly['test1z'];
duzy['test2z'] = maly['test2z'];
duzy['stringiz'] = maly['stringiz'];
duzy['numerekz'] = maly['numerekz'];
ready
jquerowy
jQuery.extend(duzy, maly)
ready

Revisions

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