add a Dash Test.

This commit is contained in:
Will Scott
2018-03-14 06:44:37 -07:00
parent 62b515e2e0
commit 1d40171e04
4 changed files with 47 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ var NettestGroups = map[string]nettests.NettestGroup{
"performance": nettests.NettestGroup{
Label: "Performance",
Nettests: []nettests.Nettest{
performance.Dash{},
performance.NDT{},
},
},