add a Dash Test.

This commit is contained in:
Will Scott 2018-03-14 06:44:37 -07:00
commit 1d40171e04
4 changed files with 47 additions and 4 deletions

View file

@ -17,6 +17,7 @@ var NettestGroups = map[string]nettests.NettestGroup{
"performance": nettests.NettestGroup{
Label: "Performance",
Nettests: []nettests.Nettest{
performance.Dash{},
performance.NDT{},
},
},