Skip to content

Commit

Permalink
fix: merge unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Mar 26, 2024
1 parent cbe6d9d commit 121edfe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ describe(
)?.value
).toEqual(reloadCount);

const persistMetricValues = await (followupBn.metrics?.cpStateCache.statePersistDuration as Histogram).get();
const stateSszMetricValues = await (followupBn.metrics?.cpStateCache.stateSszDuration as Histogram).get();
expect(
persistMetricValues?.values.find(
(value) => value.metricName === "lodestar_cp_state_cache_state_persist_seconds_count"
stateSszMetricValues?.values.find(
(value) => value.metricName === "lodestar_cp_state_cache_state_ssz_seconds_count"
)?.value
).toEqual(persistCount);

Expand Down

0 comments on commit 121edfe

Please sign in to comment.