Skip to content

Instantly share code, notes, and snippets.

@lahma
Created October 26, 2018 18:14
Show Gist options
  • Select an option

  • Save lahma/a022916c25b535f9fbf8076a8ed4bd1c to your computer and use it in GitHub Desktop.

Select an option

Save lahma/a022916c25b535f9fbf8076a8ed4bd1c to your computer and use it in GitHub Desktop.
BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17763
Intel Core i7-6820HQ CPU 2.70GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
  [Host]     : .NET Framework 4.7.2 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.3190.0
  DefaultJob : .NET Framework 4.7.2 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.3190.0

Method Mean Error StdDev Scaled ScaledSD Allocated
SumHideous 132.0 us 3.060 us 3.401 us 1.00 0.00 0 B
SumConcreteList 400.9 us 5.326 us 4.158 us 3.04 0.08 0 B
SumConcreteEnumerable 983.0 us 17.214 us 15.260 us 7.45 0.21 48 B
SumInterfaceList 563.5 us 12.545 us 11.734 us 4.27 0.14 0 B
SumInterfaceEnumerable 1,317.1 us 12.717 us 9.929 us 9.99 0.25 48 B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment