Skip to content

Commit

Permalink
Refs #3866 slow down a couple of performance tests that give false ne…
Browse files Browse the repository at this point in the history
…gatives
  • Loading branch information
Janik Zikovsky committed Oct 26, 2011
1 parent 2e5dd89 commit e91c925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class vtkThresholdingLineFactoryTestPerformance : public CxxTest::TestSuite
void setUp()
{
//1D Workspace with 2000 points
m_ws_sptr = MDEventsTestHelper::makeFakeMDHistoWorkspace(1.0, 1, 2000);
m_ws_sptr = MDEventsTestHelper::makeFakeMDHistoWorkspace(1.0, 1, 200000);
}

void testGenerateVTKDataSet()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class vtkThresholdingQuadFactoryTestPerformance : public CxxTest::TestSuite
void setUp()
{
// WS with 2 dimension, 100x100
m_ws_sptr = MDEventsTestHelper::makeFakeMDHistoWorkspace(1.0, 2, 100);
m_ws_sptr = MDEventsTestHelper::makeFakeMDHistoWorkspace(1.0, 2, 1000);
m_ws_sptr->setTransformFromOriginal(new NullCoordTransform);
}

Expand Down

0 comments on commit e91c925

Please sign in to comment.