We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add benchmark comparison with github.com/go-playground/validator
github.com/go-playground/validator
The text was updated successfully, but these errors were encountered:
Is there a tips to make validate.Struct() perform faster? My API Req/Sec drops 47% to validate required for 3 struct fields.
validate.Struct()
required
Sorry, something went wrong.
Here is a test report provided by others: https://github.com/StrayDragon/benchmark-validate-go
Performance optimization is still planned:
No branches or pull requests
Add benchmark comparison with
github.com/go-playground/validator
The text was updated successfully, but these errors were encountered: