Test case name | Result |
---|---|
getElementById each time | |
Own global variable | |
Own global variable with equal name | |
HTML5 global variable based on id value |
Test name | Executions per second |
---|---|
getElementById each time | 175.3 Ops/sec |
Own global variable | 363.3 Ops/sec |
Own global variable with equal name | 347.1 Ops/sec |
HTML5 global variable based on id value | 86.3 Ops/sec |