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 | 1130326144.0 Ops/sec |
Proxy access | 245261760.0 Ops/sec |
Proxy with get handler access | 20952536.0 Ops/sec |
Use of simple getter | 587621312.0 Ops/sec |
Use of defineProperty | 1029182144.0 Ops/sec |
Proxy with get reflect handler access | 19431546.0 Ops/sec |