Report usage statistics after transfer bench

This commit is contained in:
Jakob Borg
2015-04-30 08:43:57 +02:00
parent 9638dcda0a
commit c9da8237df
8 changed files with 51 additions and 41 deletions

View File

@@ -148,7 +148,7 @@ func TestStressHTTP(t *testing.T) {
t.Error(firstError)
}
err = sender.stop()
_, err = sender.stop()
if err != nil {
t.Error(err)
}