File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Src/FastData.Benchmarks/Docs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11using System . Globalization ;
22using BenchmarkDotNet . Order ;
33
4- namespace Genbox . FastData . Benchmarks . Readme ;
4+ namespace Genbox . FastData . Benchmarks . Docs ;
55
66/// <summary>Benchmark used to illustrate the algorithmic complexity differences between Array and HashSet. Needed for the Readme.</summary>
77[ Orderer ( SummaryOrderPolicy . FastestToSlowest ) ]
Original file line number Diff line number Diff line change 33using BenchmarkDotNet . Configs ;
44using Genbox . FastData . Benchmarks . Code ;
55
6- namespace Genbox . FastData . Benchmarks . Readme ;
6+ namespace Genbox . FastData . Benchmarks . Docs ;
77
88/// <summary>Benchmark used in Readme</summary>
99[ Config ( typeof ( CustomConfig ) ) ]
Original file line number Diff line number Diff line change 33using BenchmarkDotNet . Configs ;
44using Genbox . FastData . Benchmarks . Code ;
55
6- namespace Genbox . FastData . Benchmarks . Readme ;
6+ namespace Genbox . FastData . Benchmarks . Docs ;
77
88/// <summary>Benchmark used in Readme</summary>
99[ Config ( typeof ( CustomConfig ) ) ]
You can’t perform that action at this time.
0 commit comments