Script Preparation code:
AخA
 
var a = JSON.parse('{"a":"a"}');
Tests:
  • aaa

     
    var c = JSON.parse('{"a":"a"}').a;
    var b = JSON.parse('{"a":"a"}').a;
  • bbb

     
    var c = a.a;
    var b = a.a;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    aaa
    bbb

    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/52.0.2743.116 Safari/537.36
Chrome 52 on Windows 7
View result in a separate tab
Test name Executions per second
aaa 535527.6 Ops/sec
bbb 3847361.2 Ops/sec
Related benchmarks: