Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
string/number/symbol speed test
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Browser:
Firefox 136
Operating system:
Mac OS X 10.15
Device Platform:
Desktop
Date tested:
one year ago
Number
1767.3M/s
String
1740.9M/s
Symbol
24.1M/s
View exact numbers
Test name
Executions per second
✓
Number
1,767,299,328 Ops/sec
String
1,740,852,992 Ops/sec
Symbol
24,125,402 Ops/sec
Tests:
Symbol
const a = Symbol('asdf'); const b = Symbol('qwer'); a === b
Number
const a = 1; const b = 2; a === b
String
const a = '1'; const b = '2'; a === b