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-dms3
Commits
19e8eb51
Commit
19e8eb51
authored
Dec 15, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: formatting
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
c048b6b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
epictest/bench_test.go
epictest/bench_test.go
+7
-7
No files found.
epictest/bench_test.go
View file @
19e8eb51
...
@@ -67,12 +67,12 @@ func BenchmarkBlockstoreSlowAddCat256MB(b *testing.B) { benchmarkAddCat(256*MB,
...
@@ -67,12 +67,12 @@ func BenchmarkBlockstoreSlowAddCat256MB(b *testing.B) { benchmarkAddCat(256*MB,
var
mixed
=
Config
{}
.
Network_NYtoSF
()
.
Blockstore_SlowSSD2014
()
.
Routing_Slow
()
var
mixed
=
Config
{}
.
Network_NYtoSF
()
.
Blockstore_SlowSSD2014
()
.
Routing_Slow
()
func
BenchmarkMixedAddCat1MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
1
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat1MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
1
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat2MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
2
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat2MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
2
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat4MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
4
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat4MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
4
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat8MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
8
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat8MBXX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
8
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat16MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
16
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat16MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
16
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat32MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
32
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat32MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
32
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat64MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
64
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat64MBX
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
64
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat128MB
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
128
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat128MB
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
128
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat256MB
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
256
*
MB
,
mixed
,
b
)
}
func
BenchmarkMixedAddCat256MB
(
b
*
testing
.
B
)
{
benchmarkAddCat
(
256
*
MB
,
mixed
,
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