HomePhabricator
Diffusion MITK 1198ee0afe28

Reduce execution times of longest tests

Description

Reduce execution times of longest tests

Summary:

mitkLabelSetTest

  • Reduce number of labels in general
  • Also removes testing of adding 65535 labels as it is extremely time consuming with the current std::map-based mitk::LabelSet type.
  • Reduces our test run durations by 10 minutes!

mitkImageGeneratorTest

  • Reduce image dimensions of generated images
  • Reduces our test run durations by 5:30 minutes!

Fixes T27952.

Test Plan:

  • MitkMultilabelTestDriver mitkLabelSetTest
  • MitkCoreTestDriver mitkImageGeneratorTest

Reviewers: O1 MITK Reviewer Group I, floca

Reviewed By: O1 MITK Reviewer Group I, floca

Subscribers: floca

Maniphest Tasks: T27952

Differential Revision: https://phabricator.mitk.org/D438

Details

Provenance
kislinskAuthored on Nov 17 2020, 11:13 PM
kislinskPushed on Nov 18 2020, 8:31 PM
Reviewer
O1: MITK Reviewer Group I
Differential Revision
Restricted Differential Revision
Parents
rMITKfacc43e1c260: Merge branch 'bugfix/T27955-RenderingTestsSerialRun' into develop
rMITKb72e8c02f3a3: Reduce test image dimensions
Branches
Unknown
Tags
Unknown
Tasks
T27952: Reduce LabelSetTest and ImageGeneratorTest execution times