Tag name (div) vs Tag name with two (div and span) vs :is Selector with only div vs :is Selector with div and span vs :is Selector with div, span and img| Test case name | Result |
|---|---|
| Tag name (div) | |
| Tag name with two (div and span) | |
| :is Selector with only div | |
| :is Selector with div and span | |
| :is Selector with div, span and img |
| Test name | Executions per second |
|---|---|
| ✓ Tag name (div) | 11,722,607 Ops/sec |
| Tag name with two (div and span) | 3,217,332 Ops/sec |
| :is Selector with only div | 3,202,730 Ops/sec |
| :is Selector with div and span | 2,928,210 Ops/sec |
| :is Selector with div, span and img | 2,477,338 Ops/sec |