hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
104 stars 65 forks source link

Investigate `go test` performance improvement #1039

Open gsstoykov opened 2 months ago

gsstoykov commented 2 months ago

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