diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-02 16:03:16 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-02 16:03:16 -0600 |
commit | 20a1479c4c7ff050fe6ecdec9f13a9b3eb29c760 (patch) | |
tree | ba4d50edab37175bd1f1958e458257b50f27fe90 /functional_test.go | |
parent | Merge pull request #111 from benbjohnson/flock (diff) | |
parent | Add performance counters. (diff) | |
download | dedo-20a1479c4c7ff050fe6ecdec9f13a9b3eb29c760.tar.gz dedo-20a1479c4c7ff050fe6ecdec9f13a9b3eb29c760.tar.xz |
Merge pull request #112 from benbjohnson/perf-stats
Add performance counters.
Diffstat (limited to 'functional_test.go')
-rw-r--r-- | functional_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functional_test.go b/functional_test.go index e153af3..fdaecbb 100644 --- a/functional_test.go +++ b/functional_test.go @@ -137,7 +137,6 @@ func TestParallelTxs(t *testing.T) { // Wait for readers to finish. wg.Wait() }) - fmt.Fprint(os.Stderr, ".") return true }, qconfig()) assert.NoError(t, err) |