Skip to content

Commit 13dfbc8

Browse files
committed
BDN1400: Fix error
1 parent 5c922d3 commit 13dfbc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Prometheus.Client.Benchmarks/Summary/SummaryCreation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public void Setup()
1616
}
1717

1818
[Benchmark]
19-
public ISummary Creation(int i)
19+
public ISummary Creation()
2020
{
21-
return _factory.CreateSummary($"summary1_{i.ToString()}", string.Empty);
21+
return _factory.CreateSummary("summary1", string.Empty);
2222
}
2323

2424
[Benchmark]

0 commit comments

Comments
 (0)