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
Problem: the first request of a new client is somehow 10x slower on v5 (100ms vs 10ms)
Background: I was trying to upgrade our app to v5 (master) to get gzip to resolve #622
c = build_kubeclient(@url, 'api/v1') Benchmark.realtime { c.get_entity("namespaces", "kube-system") } master: 0.017 v5: 0.10
since I'm using get_entity I don't think the issue is extra requests, but something is going on ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: the first request of a new client is somehow 10x slower on v5 (100ms vs 10ms)
Background: I was trying to upgrade our app to v5 (master) to get gzip to resolve #622
since I'm using get_entity I don't think the issue is extra requests, but something is going on ...
The text was updated successfully, but these errors were encountered: