mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
Revert "Prometheus: Reduce allocations parsing exemplars" (#66367)
Revert "Prometheus: Reduce allocations parsing exemplars (#58959)"
This reverts commit a1f2d0e205.
This commit is contained in:
@@ -41,7 +41,6 @@ func BenchmarkExemplarJson(b *testing.B) {
|
||||
tCtx, err := setup(true)
|
||||
require.NoError(b, err)
|
||||
b.ResetTimer()
|
||||
b.ReportAllocs()
|
||||
for n := 0; n < b.N; n++ {
|
||||
res := http.Response{
|
||||
StatusCode: 200,
|
||||
|
||||
Reference in New Issue
Block a user