Skip to content

wrong function call #89

@MrWrong77

Description

@MrWrong77

func BenchmarkBufferJoin(b *testing.B) {
b.StartTimer()
b.ReportAllocs()

for i := 0; i < b.N; i++ {
	stringsJoin(data)             // **should be bufferJoin**
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions