-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Benchmark testing can not work because of thread.lock failed. #56
Comments
Try Python 3? |
i have python 2.7.10 and it works. i believe it was broken in one of the python2 builds |
It is the same error on python 2.7.5, 2.7.12, and 3.5. I guess it may not related with the python version. |
cliff==2.8.0 |
It still can not work, the same error on every version of python and gnocchiclient. |
maybe just switch ProcessPoolExecutor to ThreadPoolExecutor... i think it's better anyways
|
@chungg pretty thanks. It works. |
i'm pretty sure you're missing https://github.com/gnocchixyz/python-gnocchiclient/pull/31/files |
Oh, great! Now the benchmark testing works well. Thank you very much! @chungg |
When I do any benchmark testing, it always error because of thread.lock failed.
The error info is:
The version info:
gnocchiclient (2.7.0)
cliff (2.2.0)
The text was updated successfully, but these errors were encountered: