Skip to content

Commit 210ade3

Browse files
committed
add a reference to a bugs.swift.org report
1 parent 314220f commit 210ade3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/single-source/BufferFill.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public func rawBufferInitializeMemoryTeardown() {
107107
public func rawBufferInitializeMemoryExecute(n: Int) {
108108
// Measure performance when initializing an UnsafeRawBuffer
109109
// from a Collection that supports `withContiguousStorageIfAvailable`
110+
// See: https://bugs.swift.org/browse/SR-14982
110111

111112
for _ in 0..<n {
112113
var (iterator, initialized) = rb.initializeMemory(as: Int.self, from: a)

0 commit comments

Comments
 (0)