HTML Preparation code:
AخA
 
1
<!--your preparation HTML code goes here-->
Script Preparation code:
 
var a = new Float64Array([1.2, 3.4, 5.6, 7.8, 9.10, -1.2, -3.4, -5.6, -7.8, -9.10])
Tests:
  • a.slice()

     
    var b = a.slice()
    a = b;
  • new Float64Array(a)

     
    var c = new Float64Array(a)
    a = c;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    a.slice()
    new Float64Array(a)

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15
Safari 17 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
a.slice() 26432878.0 Ops/sec
new Float64Array(a) 31957052.0 Ops/sec