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

@@ -84,7 +84,7 @@ func TestParallellScan(t *testing.T) {
// This is where the real test is currently, since stop() checks for data
// race output in the log.
log.Println("Stopping...")
err = st.stop()
_, err = st.stop()
if err != nil {
t.Fatal(err)
}