-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: APM, Performance Benchmarking
-
None
As seen in PHPORM-248, registering a command subscriber seems to have a negative impact on performances. Add a benchmark to mesure this impact, and decide if optimizations need to be done.
Benchmarks
- Run a basic command without subscriber
- Register a subscriber outside of the benchmark function and run the same command in the benchmark function
- Register and run the command in the benchmark function
- related to
-
PHPORM-248 laravel-mongodb - Issue #3166: Performance Regression 5.x
- Closed