Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
JS divide performance
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Browser:
Chrome 131
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
Divide
100.3M/s
Right shift
93.3M/s
View exact numbers
Test name
Executions per second
✓
Divide
100,263,592 Ops/sec
Right shift
93,295,472 Ops/sec
Script Preparation code:
var x = 2*2*2*2*2*2*2*2*2*2*2*2*2*2*2*2;
Tests:
Right shift
const y = x >> 1;
Divide
const y = x / 2;