We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067597e commit d97aaceCopy full SHA for d97aace
python/sprace.py
@@ -17,7 +17,7 @@
17
'''
18
import threading
19
20
-use_gevent = True # 是否使用gevent
+use_gevent = False # 是否使用gevent
21
use_debug = False # 是否打印测试输出
22
cycles_count = 100*10000 # 每个计数器线程/协程循环增加计数器的次数
23
0 commit comments