Test case name | Result |
---|---|
Object access | |
Proxy access | |
Proxy with get handler access | |
Use of simple getter | |
Use of defineProperty | |
Proxy with get reflect handler access |
Test name | Executions per second |
---|---|
Object access | 110222384.0 Ops/sec |
Proxy access | 33548720.0 Ops/sec |
Proxy with get handler access | 23838062.0 Ops/sec |
Use of simple getter | 95985096.0 Ops/sec |
Use of defineProperty | 94309056.0 Ops/sec |
Proxy with get reflect handler access | 17240820.0 Ops/sec |