Test memory usage for cases such as a large chat, resuming a large chat, and entering a few additional messages after resuming a large chat.
Key is to catch when memory usage has regressed significantly for these generic test cases.
In addition to total memory usage we should also track the # of native object references to detect cases where we have significantly expanded native memory reference usage for the same scenarios.
Test memory usage for cases such as a large chat, resuming a large chat, and entering a few additional messages after resuming a large chat.
Key is to catch when memory usage has regressed significantly for these generic test cases.
In addition to total memory usage we should also track the # of native object references to detect cases where we have significantly expanded native memory reference usage for the same scenarios.