ecotoneframework / ecotone-dev

Ecotone Framework Development - This is Monorepo which contains all official public modules
https://docs.ecotone.tech
Other
37 stars 16 forks source link

Improve benchmarks by running without debug #135

Closed dgafka closed 1 year ago

dgafka commented 1 year ago

Description
Currently we are running benchmarks for Ecotone. However all the tests are running with xdebug enabled, which affect the shown performance. As the xdebug is not really needed for running the tests and it slows the test suite, we can disable it globally.

unixslayer commented 1 year ago

In case of code coverage, I would suggest using pcov instead.