huaweicloud / huaweicloud-sdk-python-obs

Apache License 2.0
73 stars 41 forks source link

import速度太慢了 #29

Open ramwin opened 10 months ago

ramwin commented 10 months ago

image

import竟然要3.5秒.

swyuniQE commented 10 months ago

测试是0.15s

ramwin commented 10 months ago

image 我这边测试是3.69秒

swyuniQE commented 10 months ago

Python 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import time start=time.time();import obs;end =time.time();print(end -start ); 0.1545875072479248

ramwin commented 10 months ago

Python 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import time start=time.time();import obs;end =time.time();print(end -start ); 0.1545875072479248

是不是环境问题呢. 我是linux, 你是windows. 或者你们内部有跟踪日志会上传到某个内部服务器, 其他地方访问不了就timeout. 你断网后import试试 image