const arr = new Array(100000);
for (let i=0; i< arr.length; i++) {
arr[i] = Math.round(Math.random() * 100000);
}
function mul(x) {
return x * x;
}Initializing...
| Test Case | Ops/sec | |
|---|---|---|
| mul | | ready |
| f mul | | ready |
| pow | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.