Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
Implicit vs Explicit convertion
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0
Browser:
Firefox 131
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
Implicit conversion
912.6M/s
Explicit conversion
911.2M/s
View exact numbers
Test name
Executions per second
✓
Implicit conversion
912,642,048 Ops/sec
Explicit conversion
911,240,640 Ops/sec
Script Preparation code:
var n = 1; var res;
Tests:
Implicit conversion
res = n + "";
Explicit conversion
res = String(n);