From c497d30c3d62b780f1dab74b47fe28b6bd07e14f Mon Sep 17 00:00:00 2001 From: David Badura Date: Tue, 3 May 2022 13:07:22 +0200 Subject: [PATCH] fix load from snapshotstore benchmark --- tests/Benchmark/LoadEventsWithSnapshotsBench.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Benchmark/LoadEventsWithSnapshotsBench.php b/tests/Benchmark/LoadEventsWithSnapshotsBench.php index 24cbe372..5893f5ba 100644 --- a/tests/Benchmark/LoadEventsWithSnapshotsBench.php +++ b/tests/Benchmark/LoadEventsWithSnapshotsBench.php @@ -67,6 +67,7 @@ public function setUp(): void } $repository->save($profile); + $this->snapshotStore->save($profile); } #[Bench\Revs(10)]