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
Addition
671.6M/s
Multiplication
666.1M/s
View exact numbers
Test name
Executions per second
✓
Addition
671,608,896 Ops/sec
Multiplication
666,135,040 Ops/sec
Script Preparation code:
const a = 2; const b = 2;
Tests:
Addition
const c = a + b;
Multiplication
const c = a *2;