herme063
Results
1
comments of
herme063
I have updated the benchmark code: ``` [GlobalSetup] public void Setup() { var randy = new Random(Environment.TickCount); _aepRow = Enumerable.Range(1, 50).Select(i => ( Header: $"Column #{i}", Value: (object)Guid.NewGuid())) .Concat(Enumerable.Range(51, 200).Select(i...