Skip to content

Commit

Permalink
Merge pull request #620 from Dieterbe/update-invocation-syntax
Browse files Browse the repository at this point in the history
update invocation syntax
  • Loading branch information
mreiferson committed Aug 7, 2015
2 parents 2460a4f + b8f2494 commit fc7f642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsqd/diskqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ func BenchmarkDiskWriteBuffered(b *testing.B) {
f.Sync()
}

// this benchmark should be run via:
// $ go test -test.bench 'DiskQueueGet' -test.benchtime 0.1
// (so that it does not perform too many iterations)
// you might want to run this like
// $ go test -bench=DiskQueueGet -benchtime 0.1s
// too avoid doing too many iterations.
func BenchmarkDiskQueueGet(b *testing.B) {
b.StopTimer()
l := newTestLogger(b)
Expand Down

0 comments on commit fc7f642

Please sign in to comment.