Skip to content

Commit f6832ca

Browse files
committed
Updated copyright, removed old TODO, nicer size.
1 parent ce04851 commit f6832ca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

queue/queue_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
// Copyright (c) 2013, Peter H. Froehlich. All rights reserved.
1+
// Copyright (c) 2013-2017, Peter H. Froehlich. All rights reserved.
22
// Use of this source code is governed by a BSD-style license
33
// that can be found in the LICENSE file.
44

55
package queue
66

7-
// TODO: need a lot more tests, and maybe a better way of
8-
// modularizing them; also benchmarks comparing this to
9-
// Go's container.list
10-
117
import "testing"
128
import "container/list"
139
import "math/rand"
@@ -117,7 +113,7 @@ func TestZeroValue(t *testing.T) {
117113
}
118114
}
119115

120-
const size = 1000
116+
const size = 1024
121117

122118
func BenchmarkPushFrontQueue(b *testing.B) {
123119
for i := 0; i < b.N; i++ {

0 commit comments

Comments
 (0)