Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
Commits
2112d90e
Commit
2112d90e
authored
Mar 05, 2020
by
Dirk McCormick
Committed by
Steven Allen
Mar 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable flaky benchmark
parent
916da78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmarks_test.go
benchmarks_test.go
+1
-1
No files found.
benchmarks_test.go
View file @
2112d90e
...
...
@@ -130,7 +130,7 @@ var mixedBenches = []mixedBench{
mixedBench
{
bench
{
"3Nodes-Overlap3-OneAtATime"
,
3
,
10
,
overlap2
,
oneAtATime
},
1
,
2
},
mixedBench
{
bench
{
"3Nodes-AllToAll-OneAtATime"
,
3
,
10
,
allToAll
,
oneAtATime
},
1
,
2
},
mixedBench
{
bench
{
"3Nodes-Overlap3-AllConcurrent"
,
3
,
10
,
overlap2
,
fetchAllConcurrent
},
1
,
2
},
mixedBench
{
bench
{
"3Nodes-Overlap3-UnixfsFetch"
,
3
,
100
,
overlap2
,
unixfsFileFetch
},
1
,
2
},
//
mixedBench{bench{"3Nodes-Overlap3-UnixfsFetch", 3, 100, overlap2, unixfsFileFetch}, 1, 2},
}
func
BenchmarkFetchFromOldBitswap
(
b
*
testing
.
B
)
{
...
...
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