var bigInt1 = BigInt("1000000000000");
var bigInt2 = BigInt("10000000000001000000000000");
c = bigInt1 * bigInt1 - bigInt1
d= bigInt2+ bigInt1+bigInt1+2n
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide