File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Benchmarks/Boxed.Mapping.Benchmark Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ namespace Boxed.Mapping.Benchmark
3
3
using System ;
4
4
using AutoMapper ;
5
5
using BenchmarkDotNet . Attributes ;
6
- using BenchmarkDotNet . Attributes . Columns ;
7
- using BenchmarkDotNet . Attributes . Exporters ;
8
- using BenchmarkDotNet . Attributes . Jobs ;
9
6
using Boxed . Mapping . Benchmark . Mapping ;
10
7
using Boxed . Mapping . Benchmark . Models ;
11
8
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ namespace Boxed.Mapping.Benchmark
4
4
using System . Collections . Generic ;
5
5
using AutoMapper ;
6
6
using BenchmarkDotNet . Attributes ;
7
- using BenchmarkDotNet . Attributes . Columns ;
8
- using BenchmarkDotNet . Attributes . Exporters ;
9
- using BenchmarkDotNet . Attributes . Jobs ;
10
7
using Boxed . Mapping . Benchmark . Mapping ;
11
8
using Boxed . Mapping . Benchmark . Models ;
12
9
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ namespace Boxed.Mapping.Benchmark
3
3
using System ;
4
4
using AutoMapper ;
5
5
using BenchmarkDotNet . Attributes ;
6
- using BenchmarkDotNet . Attributes . Columns ;
7
- using BenchmarkDotNet . Attributes . Exporters ;
8
- using BenchmarkDotNet . Attributes . Jobs ;
9
6
using Boxed . Mapping . Benchmark . Mapping ;
10
7
using Boxed . Mapping . Benchmark . Models ;
11
8
You can’t perform that action at this time.
0 commit comments