class method arrow vs bind vs no-bind (version: 1)
measure the performance of a class method defined with arrow function vs bind
Comparing performance of:existing instance arrow method vs existing instance bind method vs new instance arrow method vs new instance bind method vs create 1000 instances call arrow method vs create 1000 instances call bind method vs no binds vs new instance no binds vs create 1000 instances call no bind method