-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding run_rename_benchmark bash script to be used for kokoro periodi…
…c tests (#2449) * added check directory functions and its unit tests * adding function to parse config file and generate dir in bucket * exit_code set to 1 * correct format * refactors * test formatting * function to avoid code repitition * added check directory functions and its unit tests * moving mount functions to utils * compute metrics from time of operation * uploading metrics to gsheet * nits * added logic to accumulate nested rename folder metrics * getting VM metrics relevant to rename operation * added unit test and function description * adding bash script for kokoro periodic tests * correcting list dir function
- Loading branch information
1 parent
6594f29
commit d60fdc0
Showing
6 changed files
with
208 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ statistics | |
numpy | ||
google-api-python-client | ||
google-auth | ||
google-cloud-monitoring |
Oops, something went wrong.