Skip to content

Commit

Permalink
[chore] [exporterhelper] Add alloc report to persistent queue benchma…
Browse files Browse the repository at this point in the history
…rks (#9250)
  • Loading branch information
dmitryax committed Jan 9, 2024
1 parent 6a726c9 commit c761e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/exporterhelper/internal/persistent_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ func BenchmarkPersistentQueue_TraceSpans(b *testing.B) {

req := newTracesRequest(c.numTraces, c.numSpansPerTrace)

bb.ReportAllocs()
bb.ResetTimer()

for i := 0; i < bb.N; i++ {
Expand Down

0 comments on commit c761e19

Please sign in to comment.