testy

Benchmark created on


Description

ejno

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 = {
   'test1x': null,
   'test2x': null,
   'stringix': 'test',
   'numerekx': 12
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
zwykly
duzy['test1x'] = maly['test1x'];
duzy['test2x'] = maly['test2x'];
duzy['stringi'] = maly['stringi'];
duzy['numerek'] = maly['numerek'];
ready
jquery extend
jQuery.extend(duzy, maly)
ready

Revisions

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