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

Ci/fix bench #466

Merged
merged 3 commits into from
Apr 7, 2022
Merged

Ci/fix bench #466

merged 3 commits into from
Apr 7, 2022

Conversation

meowsbits
Copy link
Member

meowsbits and others added 3 commits April 7, 2022 06:02
go get for installing is no longer
supported, so use go install instead.

Date: 2022-04-07 06:02:00-07:00
Signed-off-by: meows <b5c6@protonmail.com>
This PR fixes a few panics in the chain marker benchmarks. The root
cause for panic is in chain marker the genesis header/block is not
accessible, while it's expected to be obtained in tests. So this PR
avoids touching genesis header at all to avoid panic.
The bug these were skipping is resolved
by 3519cb259b.

Date: 2022-04-07 06:05:49-07:00
Signed-off-by: meows <b5c6@protonmail.com>
@meowsbits meowsbits requested a review from ziogaschr April 7, 2022 13:09
@ziogaschr
Copy link
Member

Nice finding ethereum/go-ethereum#24657 @meowsbits.
PR LGTM.

@meowsbits meowsbits merged commit c74f1b8 into master Apr 7, 2022
@meowsbits meowsbits deleted the ci/fix-bench branch April 7, 2022 19:47
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.

3 participants