public WriteToStreamBenchmarks()
 {
     _eventStore = EventStoreHelpers.WireupEventStore();
 }
Ejemplo n.º 2
0
 public ReadFromEventStoreBenchmarks()
 {
     _eventStore = EventStoreHelpers.WireupEventStore();
 }
Ejemplo n.º 3
0
 public PersistenceBenchmarks()
 {
     _eventStore = EventStoreHelpers.WireupEventStore();
 }