Skip to content

Instantly share code, notes, and snippets.

@houseofcat
Created September 28, 2018 16:01
Show Gist options
  • Save houseofcat/4ebbe3e2c641b1abe61eecf7bd6b45de to your computer and use it in GitHub Desktop.
Save houseofcat/4ebbe3e2c641b1abe61eecf7bd6b45de to your computer and use it in GitHub Desktop.
// * Summary *
BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17134.286 (1803/April2018Update/Redstone4)
Intel Core i7-8700K CPU 4.70GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical cores
Frequency=4709379 Hz, Resolution=277.0560 ns, Timer=TSC
.NET Core SDK=2.1.402
[Host] : .NET Core 2.1.4 (CoreCLR 4.6.26814.03, CoreFX 4.6.26814.02), 64bit RyuJIT
Core : .NET Core 2.1.4 (CoreCLR 4.6.26814.03, CoreFX 4.6.26814.02), 64bit RyuJIT
Job=Core Runtime=Core
Method | Mean | Error | StdDev | Scaled | Gen 0 | Gen 1 | Gen 2 | Allocated |
---------------------------------------------- |---------:|----------:|----------:|-------:|-----------:|-----------:|----------:|-------------:|
Sequential_Hash_For_Index_Test | 324.6 ms | 2.230 ms | 1.977 ms | 1.00 | 21500.0000 | - | - | 132812.5 KB |
| | | | | | | | |
Sequential_Hash_For_ElementAt_Test | 352.8 ms | 1.664 ms | 1.557 ms | 1.00 | 21000.0000 | - | - | 132812.5 KB |
| | | | | | | | |
Sequential_Hash_ForEach_Test | 326.3 ms | 1.701 ms | 1.591 ms | 1.00 | 21500.0000 | - | - | 132812.5 KB |
| | | | | | | | |
TaskBag_Hash_Async_Test | 988.8 ms | 19.735 ms | 27.666 ms | 1.00 | 70000.0000 | 19000.0000 | 1000.0000 | 305975.05 KB |
| | | | | | | | |
IEnumerable_Hash_TaskRun_Extension_Async_Test | 287.8 ms | 3.385 ms | 3.000 ms | 1.00 | 33500.0000 | - | - | 9.55 KB |
| | | | | | | | |
IEnumerable_Hash_PLINQ_Extension_Async_Test | 282.6 ms | 1.960 ms | 1.833 ms | 1.00 | 33500.0000 | - | - | 65.39 KB |
| | | | | | | | |
Dataflow_Hash_Parallel_Async_Test | 661.3 ms | 9.704 ms | 8.603 ms | 1.00 | 23000.0000 | - | - | 10.74 KB |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment