Skip to content

Commit 8dd2c02

Browse files
committed
rteplaced simple job with short run job
1 parent 0d574a5 commit 8dd2c02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks/PolylineAlgorithm.Benchmarks/PolylineBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace PolylineAlgorithm.Benchmarks;
1414
/// Benchmarks for the <see cref="PolylineValue"/> struct.
1515
/// </summary>
1616
[RankColumn]
17-
[SimpleJob]
17+
[ShortRunJob]
1818
public class PolylineBenchmark {
1919
private static readonly Consumer consumer = new();
2020

benchmarks/PolylineAlgorithm.Benchmarks/PolylineDecoderBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace PolylineAlgorithm.Benchmarks;
1414
/// Benchmarks for the <see cref="PolylineDecoder"/> class.
1515
/// </summary>
1616
[RankColumn]
17-
[SimpleJob]
17+
[ShortRunJob]
1818
public class PolylineDecoderBenchmark {
1919
private readonly Consumer _consumer = new();
2020

benchmarks/PolylineAlgorithm.Benchmarks/PolylineEncoderBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace PolylineAlgorithm.Benchmarks;
1414
/// Benchmarks for the <see cref="PolylineEncoder"/> class.
1515
/// </summary>
1616
[RankColumn]
17-
[SimpleJob]
17+
[ShortRunJob]
1818
public class PolylineEncoderBenchmark {
1919
[Params(1, 25, 50, 100, 250, 500, 1_000)]
2020
public int Count;

0 commit comments

Comments
 (0)