execution time stats#85
Conversation
subiron
left a comment
There was a problem hiding this comment.
can we also measure time on TEST, and URL level?
I would be helpful to detect bottlenecks without doing any computation (like sum of steps duration)
|
|
||
| import java.io.Serializable; | ||
|
|
||
| public class Statistics implements Serializable { |
There was a problem hiding this comment.
Is there anything else that we can measure inside Statistics class in the future?
I'm asking because it looks like we have here the whole class to wrap single field with no additional reasons.
There was a problem hiding this comment.
Yes, my idea was to add more data here in the future, e.g. start/end time if required, maybe some wait/sleep time required to pass.
I'd like to have statistics of how long AET really needed to perform a test (how long loading/sleep took vs real test time).
|
@subiron measuring full statistics at |
Collecting some execution time stats and present them on the report. Later it may be used to analyse time consumed for processing the suite.
I hereby agree to the terms of the AET Contributor License Agreement.