Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
董子豪
interface-test
Commits
12c92dee
Commit
12c92dee
authored
Sep 17, 2021
by
董子豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test
parent
3a0969bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
test.go
seal/test.go
+5
-1
No files found.
seal/test.go
View file @
12c92dee
...
...
@@ -19,11 +19,15 @@ import(
const
minerID
=
1000
func
TestSealAndWindowPoSt
(
sectorSize
abi
.
SectorSize
,
numAggregate
int
)
error
{
sdir
,
err
:=
homedir
.
Expand
(
"~/
tmp
/bench"
)
sdir
,
err
:=
homedir
.
Expand
(
"~/
dzh
/bench"
)
if
err
!=
nil
{
return
err
}
if
err
:=
os
.
MkdirAll
(
sdir
,
0775
);
err
!=
nil
{
return
err
}
tsdir
,
err
:=
ioutil
.
TempDir
(
sdir
,
"bench"
)
if
err
!=
nil
{
return
err
...
...
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