GNOME Bugzilla – Bug 737276
validate: Add an infrastructure to be able to implement benchmarking tests
Last modified: 2018-11-03 11:05:52 UTC
Currently GstValidate is not really usefull to implement benchmarking tests, we should make sure that we can easily benchmark pipeline/element one by one, about different variable. I must also allow us verify that over runs there is no critical performance regressions.
Things that should be possible with the system is: * Check latency * Check how many frames had to be dropped * Check how long a pipeline took to preroll (per branch... etc too) * How long it takes to switch audio track * How long it takes to go from one state to another You are welcome to come up with more ideas here.
Peak memory usage to reach a certain state/goal.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/5.