Test case name | Result |
---|---|
get existing property | |
null coalescing existing property | |
get non existing property | |
null coalescing non existing property |
Test name | Executions per second |
---|---|
get existing property | 17854.3 Ops/sec |
null coalescing existing property | 57370.4 Ops/sec |
get non existing property | 16812.8 Ops/sec |
null coalescing non existing property | 57700.0 Ops/sec |