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 | 226.8 Ops/sec |
Own global variable | 403.5 Ops/sec |
Own global variable with equal name | 406.5 Ops/sec |
HTML5 global variable based on id value | 111.8 Ops/sec |