Code review comment for lp:~glcompbench-dev/glcompbench/scale

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

Making the scaler object static in CompositeTestSimpleScale::draw() breaks multiple invocations of the scale test, because the scaler object is initialized only once with the duration value of the first invocation.

Try, for example, "-b :iterations=1 -b scale:duration=10 -b scale:duration=5"

review: Needs Fixing

« Back to merge proposal