Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Multiplication vs addition
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Android 10; Mobile; rv:133.0) Gecko/133.0 Firefox/133.0
Browser:
Firefox Mobile 133
Operating system:
Android
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
Addition
671608896.0 Ops/sec
Multiplication
666135040.0 Ops/sec
Script Preparation code:
const a = 2; const b = 2;
Tests:
Addition
const c = a + b;
Multiplication
const c = a *2;