Skip to content

Commit

Permalink
regenerate code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jul 10, 2024
1 parent 4054550 commit 8afe5ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ func BenchmarkResourceMetrics(b *testing.B) {
},
},
{
name: "with an histogram",
name: "with a histogram",
aggregation: metricdata.Histogram[int64]{
DataPoints: []metricdata.HistogramDataPoint[int64]{
{
Expand All @@ -980,7 +980,7 @@ func BenchmarkResourceMetrics(b *testing.B) {
},
},
{
name: "with a symmary",
name: "with a summary",
aggregation: metricdata.Summary{
DataPoints: []metricdata.SummaryDataPoint{
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ func BenchmarkResourceMetrics(b *testing.B) {
},
},
{
name: "with an histogram",
name: "with a histogram",
aggregation: metricdata.Histogram[int64]{
DataPoints: []metricdata.HistogramDataPoint[int64]{
{
Expand All @@ -980,7 +980,7 @@ func BenchmarkResourceMetrics(b *testing.B) {
},
},
{
name: "with a symmary",
name: "with a summary",
aggregation: metricdata.Summary{
DataPoints: []metricdata.SummaryDataPoint{
{
Expand Down

0 comments on commit 8afe5ea

Please sign in to comment.