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

Reduce perf test start-up time #2339

Merged
merged 7 commits into from
Apr 9, 2021
Merged

Reduce perf test start-up time #2339

merged 7 commits into from
Apr 9, 2021

Conversation

dapplion
Copy link
Contributor

@dapplion dapplion commented Apr 8, 2021

Motivation

Running any performance test requires 1m 36s just to prepare the state and its context

Description

This PR reduces the number of BLS opts required to do that, now taking 12s to prepare the state + context. It allows much faster code iteration and experimentation, at the cost of and opts argument not used in production.

@codeclimate
Copy link

codeclimate bot commented Apr 8, 2021

Code Climate has analyzed commit b66937a and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

wemeetagain
wemeetagain previously approved these changes Apr 8, 2021
@dapplion dapplion merged commit ec06563 into master Apr 9, 2021
@dapplion dapplion deleted the dapplion/perf-test-review branch April 9, 2021 07:20
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.

None yet

3 participants