Script Preparation code:
Tests:
  • view.setUint8(i, data[i]);

  • byte[i] = data[i];

  • byte.set(data);

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    view.setUint8(i, data[i]);
    byte[i] = data[i];
    byte.set(data);

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1391.0
Chrome 107 on Windows
View result in a separate tab
Test name Executions per second
view.setUint8(i, data[i]); 33.2 Ops/sec
byte[i] = data[i]; 36.6 Ops/sec
byte.set(data); 503381.9 Ops/sec