-
Notifications
You must be signed in to change notification settings - Fork 43
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
Mount NFS persistent volumes for local to database benchmark #945
Conversation
…s/astro into persistent-volumes
python-sdk/tests/benchmark/infrastructure/kubernetes/create-nfs-server-gke.yaml
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 93.48% // Head: 90.29% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
- Coverage 93.48% 90.29% -3.20%
==========================================
Files 64 12 -52
Lines 2947 443 -2504
Branches 324 42 -282
==========================================
- Hits 2755 400 -2355
+ Misses 131 31 -100
+ Partials 61 12 -49 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
What is the current behavior?
We would like to run benchmarking script for loading local files. For that, the datasets need to be locally available.
closes: #883
What is the new behavior?
Does this introduce a breaking change?
No
Checklist