Skip to content

Commit 6e15eb6

Browse files
Add new field to CollectionBenchmark and image links
Added a new field `_personRefArray` of type `Person<Address>[]` to the `CollectionBenchmark` class in `CollectionBenchmark.Person.cs`. Updated `Categories.cs` and `CounterBenchmark.cs` to include an image link with the text "Spargine 8 - #RockYourCode" for branding purposes.
1 parent f403053 commit 6e15eb6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

source/Benchmarking/dotNetTips.Spargine.8.Benchmarking/Categories.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
//`![Spargine 8 - #RockYourCode](6219C891F6330C65927FA249E739AC1F.png;https://www.spargine.net )
1616

1717

18-
19-
2018
namespace DotNetTips.Spargine.Benchmarking;
2119

2220
/// <summary>

source/Benchmarking/dotNetTips.Spargine.8.Benchmarking/CollectionBenchmark.Person.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public partial class CollectionBenchmark
4040
/// The person record dictionary.
4141
/// </summary>
4242
private Dictionary<string, PersonRecord> _personRecordDictionary;
43+
4344
/// <summary>
4445
/// The person reference array.
4546
/// </summary>

source/Benchmarking/dotNetTips.Spargine.8.Benchmarking/CounterBenchmark.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// <summary>Abstract class designed for benchmark tests that involve a counter.</summary>
1313
// ***********************************************************************
1414

15+
//`![Spargine 8 - #RockYourCode](6219C891F6330C65927FA249E739AC1F.png;https://www.spargine.net )
16+
1517

1618
namespace DotNetTips.Spargine.Benchmarking;
1719

0 commit comments

Comments
 (0)