-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add a tool to measure the performance characteristics of providers #28
base: main
Are you sure you want to change the base?
Add a tool to measure the performance characteristics of providers #28
Conversation
Signed-off-by: Sergen Yalçın <[email protected]>
Signed-off-by: Sergen Yalçın <[email protected]>
Signed-off-by: Sergen Yalçın <[email protected]>
Signed-off-by: Sergen Yalçın <[email protected]>
b1b104f
to
c73bd08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sergenyalcin,
Could you please add the following to golangci/golangci-lint-action@v2
configuration:
skip-go-installation: true
For more context, please see:
crossplane-contrib/provider-azure#333
Signed-off-by: Sergen Yalçın <[email protected]>
c73bd08
to
e146dda
Compare
I like the look of this tool, but I'm unsure whether this repo is the right place for it. Is the idea that we would begin to consider performance as part of whether a provider is or is not conformant? CC @muvaf who I believe suggested adding this to this repo originally. |
Signed-off-by: Sergen Yalçın <[email protected]>
Description of your changes
Related crossplane/crossplane#2979
With this PR, a tool is added to measure the performance characteristics of providers. Details are in the following one-pager draft: crossplane/crossplane#2983
I have:
make reviewable test
to ensure this PR is ready for review.