public FileSystemEventStoreBenchMark(FileSystemEventStore fileSystemEventStore) {
this.fileSystemEventStore = fileSystemEventStore;
}
public static void main(String[] args) throws Exception {
AbstractEventStoreBenchmark benchmark = prepareBenchMark("META-INF/spring/benchmark-filesystem-context.xml");
benchmark.startBenchMark();
}