Skip to content

Time running ReportGenerator on large dir of files #555

Answered by danielpalme
willcooley4 asked this question in Q&A
Discussion options

You must be logged in to vote

In generell I recommend:

  • Try to produce as few coverage files as possible. E.g. instead of running the test for each assembly/module separately, try to run them in batches or in one execution. Reducing the number of files will reduce merging effort of ReportGenerator

  • If fewer coverage files are not an option for your scenario, you could generate separate coverage reports for different parts of your application(s). Each report should only need a subset of the total 800 files.

  • If your machine has enough memory, you can experiment with the following settings:

    • settings:numberOfReportsParsedInParallel=1
    • settings:numberOfReportsMergedInParallel=1

    Maybe the following is a good start: set…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@willcooley4
Comment options

@danielpalme
Comment options

Answer selected by willcooley4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants