mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user