Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add state transition function metrics #2445

Merged
merged 1 commit into from May 4, 2021
Merged

Conversation

dapplion
Copy link
Contributor

Motivation

We need to know how long a epoch transition and block processing takes. This is arguably one of the most important metrics for us that we are currently trying to minimize, so we need to measure it.

Description

Closes #2426

The consumer code of the beacon state transition function is a bit messy so I've re-arranged it a bit so it's clearer what functions are local and which are exported

@codeclimate
Copy link

codeclimate bot commented Apr 29, 2021

Code Climate has analyzed commit 5698fae and detected 0 issues on this pull request.

View more on Code Climate.

wemeetagain
wemeetagain previously approved these changes May 3, 2021
Copy link
Member

@wemeetagain wemeetagain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Update test types


Update test types
Copy link
Contributor

@twoeths twoeths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dapplion dapplion merged commit fff4c44 into master May 4, 2021
@dapplion dapplion deleted the dapplion/bstfn-metrics branch May 4, 2021 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metric to time epoch transition
3 participants