File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments