}
// Over the LAN: 6 t/s
// Locally: 7 t/s
private void testAllegroGraphPersister() throws Exception {
SailFactory f = new AGRepositorySailFactory(TwitLogic.getConfiguration(), false);
Sail sail = f.makeSail();
sail.initialize();
try {
TweetStore store = new TweetStore(sail);
store.initialize();