Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36
Chrome 53
Windows 7
Other
8 years ago
Test name Executions per second
Property.Value Based 98842848.0 Ops/sec
Nested Property / Value {} Based 99639000.0 Ops/sec
Tests:
  • Property.Value Based

    AخA
     
    var a = {};
    a.test1 = 'A';
    a.test2 = 'B';
    a.test3 = 'C';
    a.test4 = 'D';
  • Nested Property / Value {} Based

     
    var a = {
      test1: 'A',
      test2: 'B',
      test3: 'C',
      test4: 'D'
    };