Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-common
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-common
Commits
70089c98
Commit
70089c98
authored
Aug 11, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test_fruit_machine.go
parent
3307e57b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
39 deletions
+44
-39
test_fruit_machine.go
script/test_fruit_machine.go
+44
-39
No files found.
script/test_fruit_machine.go
View file @
70089c98
...
...
@@ -25,6 +25,8 @@ func main() {
if
err
:=
mysql
.
TestDB
.
Model
(
model
.
User
{})
.
Where
(
"code in ?"
,
fruitUserCodes
)
.
Find
(
&
users
)
.
Error
;
err
!=
nil
{
panic
(
err
)
}
for
i
:=
0
;
i
<
10
;
i
++
{
go
func
()
{
for
{
times
:=
20
+
rand
.
Intn
(
30
)
for
i
:=
0
;
i
<
times
;
i
++
{
...
...
@@ -67,9 +69,12 @@ func main() {
fmt
.
Println
(
err
)
return
}
fmt
.
Println
(
string
(
body
)
)
fmt
.
Printf
(
"body:%v,uid:%v
\n
"
,
string
(
body
),
u
.
Id
)
}
}
//time.Sleep(time.Second * 55)
}
}()
}
time
.
Sleep
(
time
.
Hour
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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