Script Preparation code:
AخA
 
var bigInt1 = BigInt("1000000000000");
var bigInt2 = BigInt("10000000000001000000000000");
Tests:
  • multiply

     
    c = bigInt1 * bigInt1 - bigInt1
  • addition

     
     d= bigInt2+ bigInt1+bigInt1+2n
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    multiply
    addition

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Chrome 103 on Windows
View result in a separate tab
Test name Executions per second
multiply 2050943.5 Ops/sec
addition 2144892.8 Ops/sec