add a Dash Test.
This commit is contained in:
parent
62b515e2e0
commit
1d40171e04
4 changed files with 47 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ var NettestGroups = map[string]nettests.NettestGroup{
|
|||
"performance": nettests.NettestGroup{
|
||||
Label: "Performance",
|
||||
Nettests: []nettests.Nettest{
|
||||
performance.Dash{},
|
||||
performance.NDT{},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue