Tests:
  • destructure

    AخA
     
    const obj = {a: 'a', b: 'b', c: 'c'};
    const {a, b, c } = obj
    console.log(a, b, c);
  • assign

     
    const a = 'a';
    const b = 'b';
    const c = 'c';
    console.log(a, b, c);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    destructure
    assign

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
Safari 15 on Mac OS X 10.15.6
View result in a separate tab
Test name Executions per second
destructure 869662.0 Ops/sec
assign 857703.0 Ops/sec