We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c922d3 commit 13dfbc8Copy full SHA for 13dfbc8
1 file changed
tests/Prometheus.Client.Benchmarks/Summary/SummaryCreation.cs
@@ -16,9 +16,9 @@ public void Setup()
16
}
17
18
[Benchmark]
19
- public ISummary Creation(int i)
+ public ISummary Creation()
20
{
21
- return _factory.CreateSummary($"summary1_{i.ToString()}", string.Empty);
+ return _factory.CreateSummary("summary1", string.Empty);
22
23
24
0 commit comments