go
Fork of golang that enables faster test running. (by gohaystack)
gta
gta: do transitive analysis to find packages whose dependencies have changed (by digitalocean)
go | gta | |
---|---|---|
2 | 2 | |
0 | 201 | |
- | 1.5% | |
9.2 | 2.6 | |
almost 2 years ago | 3 months ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go
Posts with mentions or reviews of go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-16.
-
I built a tool to get instant test results (<500ms)
GOPATH=`go env GOPATH` mkdir -p $GOPATH/github.com/nabaz-io cd $GOPATH/github.com/nabaz-io git clone https://github.com/nabaz-io/go cd go/src/github.com/nabaz-io ./make.bash mv $GOPATH/src/github.com/nabaz-io/go /usr/local/nabaz-go
-
Show and tell: Skip go tests unaffected by code change
Changes we had to make in golang - https://github.com/nabaz-io/go
gta
Posts with mentions or reviews of gta.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-13.
-
Show and tell: Skip go tests unaffected by code change
How does this compare to https://github.com/digitalocean/gta which does transitive analysis to find packages whose dependencies have changed and only runs those tests?
-
2x faster, smarter test execution with Test At Scale written in Go
In Go (for Go changes), https://github.com/digitalocean/gta does this, but it would be nice to have one single thing for a repo that contains multiple languages.
What are some alternatives?
When comparing go and gta you can also consider the following projects:
test-at-scale - TAS is an intelligent test execution platform for engineering teams to achieve high development velocity.
haystack - Search engine for developers | Coming soon...