Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
c5af9964
Commit
c5af9964
authored
1 month ago
by
liguangyu06
Browse files
Options
Download
Email Patches
Plain Diff
增加多线程
parent
3c9cecbb
core_flow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
air_case/b2_herp3_bs/生成结算数据低值.air/生成结算数据低值.py
+1
-1
air_case/b2_herp3_bs/生成结算数据低值.air/生成结算数据低值.py
with
1 addition
and
1 deletion
+1
-1
air_case/b2_herp3_bs/生成结算数据低值.air/生成结算数据低值.py
+
1
-
1
View file @
c5af9964
...
@@ -116,7 +116,7 @@ def c_pur():
...
@@ -116,7 +116,7 @@ def c_pur():
# 创建多线程
# 创建多线程
threads
=
[]
threads
=
[]
for
_
in
range
(
1
):
for
_
in
range
(
5
):
t
=
threading
.
Thread
(
target
=
c_pur
)
t
=
threading
.
Thread
(
target
=
c_pur
)
threads
.
append
(
t
)
threads
.
append
(
t
)
t
.
start
()
t
.
start
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets