Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0006898 |
[Squeak] SUnit |
feature |
always |
02-12-08 13:36 |
02-12-08 14:04 |
|
Reporter |
hernan_wilkinson |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
open |
|
Status |
new |
|
Product Version |
3.10 |
|
Summary |
0006898: SUnit degrades performance when running too many testcases |
Description |
Memory is not freed when running tests because the tests reference objects from their instance variables.
Freeing those variables after the run minimizes memory consumption and makes the tests run faster because less GC are executed.
|
Additional Information |
|
|
Attached Files |
TestCase.HAW.1.cs [^] (1,661 bytes) 02-12-08 13:37 |
|