| Test case name | Result |
|---|---|
| Intl.Collator.compare (ASCII-only strings) | |
| String.prototype.localeCompare (ASCII-only strings) | |
| Intl.Collator.compare | |
| String.prototype.localeCompare |
| Test name | Executions per second |
|---|---|
| Intl.Collator.compare (ASCII-only strings) | 256.6 Ops/sec |
| String.prototype.localeCompare (ASCII-only strings) | 586.7 Ops/sec |
| Intl.Collator.compare | 193.2 Ops/sec |
| String.prototype.localeCompare | 252.7 Ops/sec |