Tests:
  • assasas

    x
     
    const cool = {1: 1, 2: 2, 3: 3, 4: 4};
    const shit = {5: 5, 6: 6, 7: 7, 8: 8};
    const garbage = () => ({cool, shit});
    let why;
    for (var i = 0; i<10000; i++){
      why = {1: cool[1], 2: cool[2], 3: cool[3], 4: cool[4], 5: shit[5], 6: shit[6], 7: shit[7], 8: shit[8]};
    }
  • dsdfsdfsd

     
    const cool = {1: 1, 2: 2, 3: 3, 4: 4};
    const shit = {5: 5, 6: 6, 7: 7, 8: 8};
    const garbage = () => ({cool, shit});
    let why;
    for (var i = 0; i<10000; i++){
      why = garbage();
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    assasas
    dsdfsdfsd

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
Chrome 95 on Windows
View result in a separate tab
Test name Executions per second
assasas 242.7 Ops/sec
dsdfsdfsd 132457.2 Ops/sec