// Over the LAN:
// 1 trans/upload -- 60 t/s
// 100 trans/upload -- 160 t/s
private void testRdfTransactionPersister(final int commitsPerUpload) throws Exception {
AGRepository repo = new AGRepositorySailFactory(TwitLogic.getConfiguration(), false).makeAGRepository();
repo.initialize();
try {
AGRepositoryConnection rc = repo.getConnection();
try {
//rc.begin();
Sail tSail = new MemoryStore();