Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Math.ceil vs floor vs ~~
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/132.0.0.0 Safari/537.36 Edg/132.0.0.0
Browser:
Chrome 132
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
~~test
119.1M/s
FAST CEIL
111.3M/s
Math.floor(test)
106.1M/s
Math.ceil(test)
102.1M/s
Math.floor(test) + 1 (CEIL)
98.4M/s
View exact numbers
Test name
Executions per second
✓
~~test
119,065,256 Ops/sec
FAST CEIL
111,313,888 Ops/sec
Math.floor(test)
106,129,728 Ops/sec
Math.ceil(test)
102,051,624 Ops/sec
Math.floor(test) + 1 (CEIL)
98,390,648 Ops/sec
Script Preparation code:
var test = 190.4;
Tests:
Math.ceil(test)
Math.ceil(test)
~~test
~~test
Math.floor(test)
Math.floor(test)
Math.floor(test) + 1 (CEIL)
Math.floor(test) + 1
FAST CEIL
~~test + 1