July 29, 2015
6:45 a.m.
Paul I wanted to check on Pharo 50 but we need a comparison point. We should get the same package. Do you have an idea of a package that did not change much? Setf Le 29/7/15 06:04, Paul DeBruicker a écrit :
I think I'm setting this up wrong in Pharo 4 but am not sure. I use the following code for the test:
rule:=RBClassNotReferencedRule new. environment:=RBBrowserEnvironment new forPackageNames: #('MyPackage').
AndreasSystemProfiler spyOn:[RBSmalllintChecker runRule: rule onEnvironment: environment]
In Pharo 4 it spends most of the time in Behavior>>#includesDefinedSelector:ofClassName: and takes 300s. In Pharo 3 its only 1.5 s
Is there something that can be done to get Pharo 4 up to the speed of Pharo 3?
Thanks
Paul