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

go test ./... takes 35–45 seconds to complete #75

Open
nishanths opened this issue Feb 27, 2024 · 0 comments
Open

go test ./... takes 35–45 seconds to complete #75

nishanths opened this issue Feb 27, 2024 · 0 comments

Comments

@nishanths
Copy link
Owner

nishanths commented Feb 27, 2024

% make test
go test -count=1 ./...
?   	github.com/nishanths/exhaustive/cmd/exhaustive	[no test files]
ok  	github.com/nishanths/exhaustive	45.274s
%

Run a profiler and find out why. Is it simply a large number of tests, or does some of the source code have inherently poor performance?

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

No branches or pull requests

1 participant