Tests:
  • of

    AخA
     
    const x = Float32Array.of(1,2,3);
  • array

     
    const x = new Float32Array(3);
    x[0] = 1;
    x[1] = 2;
    x[2] = 3;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    of
    array

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Chrome 56 on Windows
View result in a separate tab
Test name Executions per second
of 3708628.2 Ops/sec
array 3771839.5 Ops/sec