dbalabka / php-enumeration

Implementation of enumeration classes in PHP. The better alternative for enums
MIT License
53 stars 4 forks source link

Implement benchmarks #9

Open dbalabka opened 5 years ago

dbalabka commented 5 years ago

We need to provide benchmarks to compare performance with existing popular solutions: https://github.com/dbalabka/php-enumeration#existing-solutions PHPBench is a great tool for this.