Beispiel #1
0
 public void IntModulo() => CompetitionBenchmarkRunner.Run <IntModuloCase>(RunConfig);
Beispiel #2
0
 public void IntXor() => CompetitionBenchmarkRunner.Run <IntXorCase>(RunConfig);
 public void BenchmarkBoundaryComparisonInt() =>
 CompetitionBenchmarkRunner.Run <IntCase>(RunConfig);
Beispiel #4
0
 public void NullableDoubleDiv() => CompetitionBenchmarkRunner.Run <NullableDoubleDivCase>(RunConfig);
Beispiel #5
0
 public void BenchmarkJitOptimizedDispatch() =>
 CompetitionBenchmarkRunner.Run(this, RunConfig);
Beispiel #6
0
 public void BenchmarkLessThanNullableInt() =>
 CompetitionBenchmarkRunner.Run <NullableIntCase>(RunConfig);
Beispiel #7
0
 public void BenchmarkSensitivity() => CompetitionBenchmarkRunner.Run(this, RunConfig);
Beispiel #8
0
 public void IntOnesComplement() => CompetitionBenchmarkRunner.Run <IntOnesComplementCase>(RunConfig);
Beispiel #9
0
 public void BenchmarkCallCosts() =>
 CompetitionBenchmarkRunner.Run(this, RunConfig);
 public void BenchmarkComparisonString() =>
 CompetitionBenchmarkRunner.Run <StringCase>(RunConfig);
Beispiel #11
0
 public void BenchmarkCodeAssertions() =>
 CompetitionBenchmarkRunner.Run(this, RunConfig);
 public void BenchmarkGreaterThanOrEqualNullableInt() =>
 CompetitionBenchmarkRunner.Run <NullableIntCase>(RunConfig);
 public void BenchmarkGreaterThanOrEqualString() =>
 CompetitionBenchmarkRunner.Run <StringCase>(RunConfig);
Beispiel #14
0
 public void IntBitwiseOr() => CompetitionBenchmarkRunner.Run <IntBitwiseOrCase>(RunConfig);
Beispiel #15
0
 public void BenchmarkLessThanNullableDateTime() =>
 CompetitionBenchmarkRunner.Run <NullableDateTimeCase>(RunConfig);
Beispiel #16
0
 public void IntRightShift() => CompetitionBenchmarkRunner.Run <IntRightShiftCase>(RunConfig);
Beispiel #17
0
 public void BenchmarkLessThanString() =>
 CompetitionBenchmarkRunner.Run <StringCase>(RunConfig);
Beispiel #18
0
 public void IntPlus() => CompetitionBenchmarkRunner.Run <IntPlusCase>(RunConfig);
 public void BenchmarkOperationsPerInvokeSensitivity() =>
 CompetitionBenchmarkRunner.Run(this, RunConfig);