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

Commit

Permalink
Satisfy xunit analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Jun 29, 2018
1 parent 904156c commit c70730c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ public SearchLoops()
}

[Benchmark(InnerIterationCount = 20000000)]
public void LoopReturn()
public void LoopReturnIter()
{
Benchmark.Iterate(() => LoopReturn(test1, test2));
}

[Benchmark(InnerIterationCount = 20000000)]
public void LoopGoto()
public void LoopGotoIter()
{
Benchmark.Iterate(() => LoopGoto(test1, test2));
}
Expand Down

0 comments on commit c70730c

Please sign in to comment.