Skip to content
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

use query to find folder + title, instead of list all files and apply fileters #481

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Jul 12, 2023

before (total time 9.94[sec], without file uploading 6.26[sec])

[INFO] [1689163683.613853]: [/gdrive_ros] upload_cb
[INFO] [1689163688.890956]: [/gdrive_ros] Start making a folder: 20230712210803
[INFO] [1689163689.857023]: [/gdrive_ros] Finish making a folder: 20230712210803
[INFO] [1689163689.873074]: [/gdrive_ros] Start uploading a file: hoge.jpg
[INFO] [1689163693.549984]: [/gdrive_ros] Finish uploading a file: hoge.jpg
[INFO] [1689163693.556400]: [/gdrive_ros] Success to upload: /tmp/hoge.jpg -> https://drive.google.com/uc?id=1EC4T445KG388dh-N_-bjAYkMjeXLNYba

after (total time 5.82[sec], without file uploading 1.87[sec])

[INFO] [1689163736.236137]: [/gdrive_ros] upload_cb
[INFO] [1689163737.118250]: [/gdrive_ros] Start making a folder: 20230712210855
[INFO] [1689163738.096890]: [/gdrive_ros] Finish making a folder: 20230712210855
[INFO] [1689163738.102434]: [/gdrive_ros] Start uploading a file: hoge.jpg
[INFO] [1689163742.053151]: [/gdrive_ros] Finish uploading a file: hoge.jpg
[INFO] [1689163742.058821]: [/gdrive_ros] Success to upload: /tmp/hoge.jpg -> https://drive.google.com/uc?id=1yMJT3OlM6FsFYq-hkOVh0NEvlbYl7vp7

@k-okada k-okada merged commit 30cc198 into jsk-ros-pkg:master Jul 24, 2023
12 checks passed
@k-okada k-okada deleted the speed_up_gdrive branch July 24, 2023 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants