You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now to properly configure AET testing throughput (number of concurrent tested urls) several different configurations that values are correlated needs to be adjusted:
RunnerConfiguration.maxMessagesInCollectorQueue which tells how many collection tasks can be scheduled in the system in one time
CollectorMessageListenerImpl configurations, each config entry (this is OSGi config factory) spawns new Collector worker, number of those workers also limits the maximum number of concurrent collect tasks done in the system.
Number of browsers in the system (number of Selenium Grid Nodes browsers).
At least configs 1 and 2 should be configurable more intuitively, e.g. there should be one configuration, where user sets the number of browsers that are in the system, or even better, if this is possible, number of browsers should be detected automatically and 1, 2 set automatically.
The text was updated successfully, but these errors were encountered:
tMaxx
added
size small
Quick fixes and minimal-effort issues
size medium
Issues that would require some thinking and tinkering to fix
and removed
size small
Quick fixes and minimal-effort issues
labels
Sep 7, 2020
Version used
AET 3.0.0
Context of the feature
Now to properly configure AET testing throughput (number of concurrent tested urls) several different configurations that values are correlated needs to be adjusted:
RunnerConfiguration.maxMessagesInCollectorQueue
which tells how many collection tasks can be scheduled in the system in one timeCollectorMessageListenerImpl
configurations, each config entry (this is OSGi config factory) spawns newCollector
worker, number of those workers also limits the maximum number of concurrent collect tasks done in the system.At least configs
1
and2
should be configurable more intuitively, e.g. there should be one configuration, where user sets the number of browsers that are in the system, or even better, if this is possible, number of browsers should be detected automatically and1
,2
set automatically.The text was updated successfully, but these errors were encountered: