Main > Reference Manual > Unit tests > TestScalability3
This test is designed to verify the scalability of the timeline data structure. The network consists of a single buffer with a very simple operation producing into it. Since the timeline data structure is currently based on a linear list the scalability of the timeline is expected to be bad... A quadratic increase in the runtimes can be observed A more scalable data structure has been designed to provide a more scalable implementation.