Skip to content

Commit 139c4e3

Browse files
committed
* Examples: limits loosed until upgrade to bench.Net 0.10
1 parent ba8e506 commit 139c4e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PerfTests/tests-MSTest/Examples/SimplePerfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class SimplePerfTest
3333
public void SlowerX5() => Thread.SpinWait(5 * Count);
3434

3535
// Competition member #3. Should take ~7x more time to run.
36-
[CompetitionBenchmark(6.82, 7.21)]
36+
[CompetitionBenchmark(6.70, 7.21)]
3737
public void SlowerX7() => Thread.SpinWait(7 * Count);
3838
}
3939
}

PerfTests/tests-nUnit/Examples/SimplePerfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class SimplePerfTest
3232
public void SlowerX5() => Thread.SpinWait(5 * Count);
3333

3434
// Competition member #3. Should take ~7x more time to run.
35-
[CompetitionBenchmark(6.82, 7.21)]
35+
[CompetitionBenchmark(6.70, 7.21)]
3636
public void SlowerX7() => Thread.SpinWait(7 * Count);
3737
}
3838
}

PerfTests/tests-xUnit/Examples/SimplePerfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class SimplePerfTest
3232
public void SlowerX5() => Thread.SpinWait(5 * Count);
3333

3434
// Competition member #3. Should take ~7x more time to run.
35-
[CompetitionBenchmark(6.82, 7.21)]
35+
[CompetitionBenchmark(6.70, 7.21)]
3636
public void SlowerX7() => Thread.SpinWait(7 * Count);
3737
}
3838
}

0 commit comments

Comments
 (0)