Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

CRUD Concurrent Integration Test

Running CRUD integration tests (FedoraCrudConcurrentIT.java in fcrepo-http-api) for simple objects and small content files CREATE, UPDATE, DELETE and RETRIEVE with 2, 4, 8, 16, 32 concurrent threads.

Average CRUD response time (ms) for simple objects

Test result started with threads [2, 4, 8, 16, 32]:

ThreadsCreateUpdateRetrieveDelete
224214835833
434322021
844311717
1627311518
32283312130



 

Test result started with threads [32, 16, 8, 4, 2]:

ThreadsCreateUpdateRetrieveDelete
32136831718
1638271215
818231414
418231113
22217710143

 


Average CRUD response time (ms) for content files

Test result started with threads [2, 4, 8, 16, 32]:

ThreadsIngestUpdateRetrieveDelete
2248741229
482531224
85752821
166139829
327169935194

 

Test result started with threads [32, 16, 8, 4, 2]:

ThreadsCreateUpdateRetrieveDelete
328156823
166856817
85530521
44834616
21108385297

 

  • No labels