Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c70730c

Browse files
committed
Satisfy xunit analyzer
1 parent 904156c commit c70730c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ public SearchLoops()
4747
}
4848

4949
[Benchmark(InnerIterationCount = 20000000)]
50-
public void LoopReturn()
50+
public void LoopReturnIter()
5151
{
5252
Benchmark.Iterate(() => LoopReturn(test1, test2));
5353
}
5454

5555
[Benchmark(InnerIterationCount = 20000000)]
56-
public void LoopGoto()
56+
public void LoopGotoIter()
5757
{
5858
Benchmark.Iterate(() => LoopGoto(test1, test2));
5959
}

0 commit comments

Comments
 (0)