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'
    };
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Property.Value Based
    Nested Property / Value {} Based

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
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 on Windows 7
View result in a separate tab
Test name Executions per second
Property.Value Based 98842848.0 Ops/sec
Nested Property / Value {} Based 99639000.0 Ops/sec