Details
-
Improvement
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
Platform: PC, OS: Linux
Description
Some parsers are really slow for my system (4mb log file size). In total the
warnings plugin needs 1:45h to process the log with all parsers. Since I have
six different builds this will need more than 10h just for parsing the logs ...
Some tests with the unit tests showed that the MsBuild, gcc and erlang parsers
are really slow. Is there a way of to make the parsers used for a build
configurable or to speed up these parsers (e.g. the gnat parser and others need
less than a second to parse the log).
If the desired way is to speed up the parsers I can do some testing with
"better" regular expressions ...