R
Richard Sypriano
I have a WinForms client that accesses data through a .Net
service. If I run my regression test multiple times,
every time it runs about 40 seconds slower. I thought it
might be GC; so I inserted a GC.Collect() statement with
not change. If I close the application and run it again
the test is fast again. Any ideas?
service. If I run my regression test multiple times,
every time it runs about 40 seconds slower. I thought it
might be GC; so I inserted a GC.Collect() statement with
not change. If I close the application and run it again
the test is fast again. Any ideas?