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 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Browser:
Firefox 136
Operating system:
Ubuntu
Device Platform:
Desktop
Date tested:
one year ago
String
1023.8M/s
Number
1022.7M/s
Symbol
8.0M/s
View exact numbers
Test name
Executions per second
✓
String
1,023,782,144 Ops/sec
Number
1,022,727,616 Ops/sec
Symbol
8,037,110 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