Bumping performance constraints in test suite in order to cut the DSpace 3.0 RC1 release; performance degradation discussions to commence on list.

This commit is contained in:
Sands Fish
2012-10-05 15:14:00 -04:00
parent dd33421f2b
commit 34929fdf4c

View File

@@ -69,7 +69,7 @@ public class CommunityCollectionIntegrationTest extends AbstractIntegrationTest
*/
@Test
@PerfTest(invocations = 25, threads = 1)
@Required(percentile95 = 1200, average = 700, throughput = 2)
@Required(percentile95 = 1200, average = 700, throughput = 1)
public void testCreateTree() throws SQLException, AuthorizeException
{
//we create the structure
@@ -98,7 +98,7 @@ public class CommunityCollectionIntegrationTest extends AbstractIntegrationTest
*/
@Test
@PerfTest(invocations = 50, threads = 1)
@Required(percentile95 = 900, average= 600)
@Required(percentile95 = 2000, average= 1800)
public void testCountItems() throws SQLException, AuthorizeException
{
//make it an even number, not to high to reduce time during testing