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

Investigate go test performance improvement #1039

Open
gsstoykov opened this issue Aug 26, 2024 · 0 comments
Open

Investigate go test performance improvement #1039

gsstoykov opened this issue Aug 26, 2024 · 0 comments
Assignees
Labels
backlog enhancement New feature or request

Comments

@gsstoykov
Copy link
Contributor

Problem

Currently all tests run in parallel instead of the uint Contract Call suite. We could setup the tests to run in such a way that parallel testing is run for all tests while the synchronous Contract Call suite executes.

Solution

Investigate go test configurations or code directives to force the above behavior.

Alternatives

No response

@gsstoykov gsstoykov added the enhancement New feature or request label Aug 26, 2024
@gsstoykov gsstoykov added this to the v2.45.0 milestone Aug 26, 2024
@gsstoykov gsstoykov self-assigned this Aug 26, 2024
@0xivanov 0xivanov removed this from the v2.45.0 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants