Skip to content

lisa.tests.base: Use LRU cache for TestBundle.trace

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr151 into master

Avoid storing the parsed trace forever, to avoid consuming too much memory in processes manipulating a large number of TestBundle. Most of these kind of scripts will only process a bundle once and then go to the next one anyway.

Merge request reports