| Test name | Executions per second |
|---|---|
| ✓ [Safe] HTML string to text via the a cached Document | 64 Ops/sec |
| [Unsafe] HTML string to text via reusing an unattached DOM element. | 48 Ops/sec |
| [Safe] HTML string to text via creating and using a DOMParser | 48 Ops/sec |
| [Safe] HTML string to text via reusing a DOMParser | 47 Ops/sec |
| [Safe] HTML string to text via the a new Document | 46 Ops/sec |
| [Unsafe] HTML string to text via creating an unattached DOM element. | 46 Ops/sec |
| [Safe] HTML string to text via the DOMPurify library | 12 Ops/sec |