kocsismate / php-di-container-benchmarks

Benchmark for some popular PHP Dependency Injection Containers.
https://kocsismate.github.io/php-di-container-benchmarks/benchmark.html
MIT License
76 stars 26 forks source link

Add Cobalt DI Container to the benchmark test suite #18

Closed jshannon63 closed 6 years ago

jshannon63 commented 7 years ago

Consider adding the cobalt container to your test suite. The test suite ran normally using the docker image on my local repo. Thanks.

kocsismate commented 6 years ago

Thank your for your patch! I'll generate the updated results very soon. :)

kocsismate commented 6 years ago

@jshannon63 I've just did it! Did you see similar results when you run the benchmark? Cobalt is really fast! :)

jshannon63 commented 6 years ago

Yes, they look consistent with my results. Cobalt does particularly good in the prototype tests since I added my new technique of dependency caching. It is still quite new, so it must prove itself in the community. Thanks for offering your benchmarks.

kocsismate commented 6 years ago

Nice job! I'll have a look at the source code 😊