Test case name | Result |
---|---|
existing instance arrow method | |
existing instance bind method | |
new instance arrow method | |
new instance bind method | |
create 1000 instances call arrow method | |
create 1000 instances call bind method | |
no binds | |
new instance no binds | |
create 1000 instances call no bind method |
Test name | Executions per second |
---|---|
existing instance arrow method | 100107528.0 Ops/sec |
existing instance bind method | 100987400.0 Ops/sec |
new instance arrow method | 79808272.0 Ops/sec |
new instance bind method | 91779968.0 Ops/sec |
create 1000 instances call arrow method | 273258.9 Ops/sec |
create 1000 instances call bind method | 536302.6 Ops/sec |
no binds | 96264800.0 Ops/sec |
new instance no binds | 107767528.0 Ops/sec |
create 1000 instances call no bind method | 1150063.5 Ops/sec |