null, props, latencyStats, System.out, tracker, rng,
0, 1);
tracker.startTimer();
requester.run();
latencyStats.displayLatencyStats();
latencyStats.printCSVStats(System.out, true);
assertEquals(requests, reqStore.adds + reqStore.updates + reqStore.deletes +
reqStore.countLinks + reqStore.multigetLinks + reqStore.getLinkLists);
// Check that the proportion of operations is roughly right - within 1%
// For now, updates are actually implemented as add operations