smallnest / go-web-framework-benchmark

:zap: Go web framework benchmark
Apache License 2.0
2.08k stars 226 forks source link

Are frameworks with version below 1.0.0 forbidden? #152

Closed flrdv closed 9 months ago

flrdv commented 9 months ago

In README is stated: Only test those webframeworks which are stable. However, there is still a clevergo with version 0.6.0 and a couple more without any explicit version at all.

I would like to add own framework to comparisons (powered by own http engine, so in local runs it visibly outperforms fasthttp). It's covered by tests (unlike some already-added projects), I've got own website powered by it for a while, yet the version is still under 1.0.0 (semver is used for versioning). How acceptable would it be?

Just in case, link

smallnest commented 9 months ago

no. web frameworks below 1.0.0 don't means unstable. In many cases, it depends on the author's style

flrdv commented 9 months ago

no. web frameworks below 1.0.0 don't means unstable. In many cases, it depends on the author's style

So, it's acceptable to make a PR, that would add my framework to benchmarks? Hopefully, it won't become obsoleted and "latest commit 7 years ago" in near future:)

smallnest commented 9 months ago

welcome