File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
benchmarks/PolylineAlgorithm.Benchmarks Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace PolylineAlgorithm.Benchmarks;
7
7
8
8
using BenchmarkDotNet . Attributes ;
9
9
using BenchmarkDotNet . Engines ;
10
- using BenchmarkDotNet . Jobs ;
11
10
using BenchmarkDotNet . Order ;
12
11
using Cloudikka . PolylineAlgorithm . Encoding ;
13
12
using PolylineAlgorithm ;
@@ -16,11 +15,6 @@ namespace PolylineAlgorithm.Benchmarks;
16
15
17
16
[ RankColumn ]
18
17
[ MemoryDiagnoser ]
19
- [ SimpleJob ( RuntimeMoniker . Net50 , baseline : true ) ]
20
- [ SimpleJob ( RuntimeMoniker . Net60 ) ]
21
- [ SimpleJob ( RuntimeMoniker . Net70 ) ]
22
- [ SimpleJob ( RuntimeMoniker . Net80 ) ]
23
- [ SimpleJob ( RuntimeMoniker . Net90 ) ]
24
18
[ Orderer ( SummaryOrderPolicy . Default ) ]
25
19
public class PolylineBenchmark {
26
20
private readonly Consumer _consumer = new ( ) ;
You can’t perform that action at this time.
0 commit comments