zendframework / zend-eventmanager

Implement event systems, signal slots, intercepting filters, and observers.
BSD 3-Clause "New" or "Revised" License
1.64k stars 62 forks source link

Improved benchmarks - annotation on whole class and initialization in construct #63

Closed michalbundyra closed 6 years ago

michalbundyra commented 7 years ago

@Ocramius I've checked how we did it in other projects, and we have there initialization in construct and annotations on class instead of single method. I've noted that you've already merged #62 so creating another PR to provide these changes.