Gendarme Performance
Posted by: Poupous blog,
on 20 Feb 2008 |
View original | Bookmarked: 0 time(s)
Most of the recent Gendarmeframework API changes were made to simplify writing rule and/or make them easier to read (and review).However some also had slight motivations to help performance, either by reducing memory allocations orby reducing the number of times a rule needs to be called.So, with those changes, I anticipated slightly better performance from the previous version.Running the default rule set of Mono's mscorlib.dll 2.0 takes:56.881992 seconds for 0.0.5.0 (the version that will ship...