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
String
1629.9M/s
Number
1627.6M/s
Symbol
23.4M/s
View exact numbers
Test name
Executions per second
✓
String
1,629,885,440 Ops/sec
Number
1,627,610,368 Ops/sec
Symbol
23,428,318 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