Tests running time #582
SoulPancake
started this conversation in
Ideas
Replies: 2 comments
-
Hi @SoulPancake, most time-consuming tests can be ignored by the ▶ go test -short -coverprofile=coverage.out -race github.com/redis/rueidis
ok github.com/redis/rueidis 88.099s coverage: 99.3% of statements It takes about 90 seconds to run all the short tests. What about yours? Which part slows you down? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using -short flag it is relatively faster |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@rueian I think the overall testsuite take a very long to run, can we look into optimizing this somehow?
Also having a huge chunk straight up in the rueidis root package can also be modularised somehow I think?
What are your thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions