﻿BenchmarkDotNet v0.1729.0-mock, Microsoft Windows NT 10.0.x.mock
MockIntel Core i7-6700HQ CPU 2.60GHz (Max: 3.10GHz), 1 CPU, 8 logical and 4 physical cores

Type = Bench

| Method |   Center |  Spread |
|:-------|---------:|--------:|
| Foo    |  11.0 ns | 0.81 ns |
| Bar    | 201.0 ns | 0.81 ns |

{
  "engine": {
    "name": "BenchmarkDotNet",
    "version": "0.1729.0-mock"
  },
  "host": {
    "runtimeVersion": "Clr 4.0.x.mock",
    "hasAttachedDebugger": false,
    "hasRyuJit": true,
    "configuration": "CONFIGURATION",
    "dotNetSdkVersion": "1.0.x.mock",
    "chronometerFrequency": 2531248,
    "hardwareTimerKind": "Tsc",
    "os": {
      "display": "Microsoft Windows NT 10.0.x.mock"
    },
    "cpu": {
      "processorName": "MockIntel(R) Core(TM) i7-6700HQ CPU 2.60GHz",
      "physicalProcessorCount": 1,
      "physicalCoreCount": 4,
      "logicalCoreCount": 8,
      "nominalFrequencyHz": 3100000000,
      "maxFrequencyHz": 3100000000
    }
  },
  "nested": [
    {
      "benchmark": {
        "type": "Bench",
        "method": "Foo"
      },
      "nested": [
        {
          "value": 10,
          "unit": "ns",
          "iterationIndex": 0
        },
        {
          "value": 11,
          "unit": "ns",
          "iterationIndex": 1
        },
        {
          "value": 12,
          "unit": "ns",
          "iterationIndex": 2
        }
      ]
    },
    {
      "benchmark": {
        "type": "Bench",
        "method": "Bar"
      },
      "nested": [
        {
          "value": 200,
          "unit": "ns",
          "iterationIndex": 0
        },
        {
          "value": 201,
          "unit": "ns",
          "iterationIndex": 1
        },
        {
          "value": 202,
          "unit": "ns",
          "iterationIndex": 2
        }
      ]
    }
  ],
  "meta": {
    "table": {
      "columnDefinitions": [
        {
          "selector": ".engine",
          "cloud": "primary",
          "isSelfExplanatory": true,
          "isAtomic": true
        },
        {
          "selector": ".host.os",
          "cloud": "primary",
          "isSelfExplanatory": true,
          "isAtomic": true
        },
        {
          "selector": ".host.cpu",
          "cloud": "primary",
          "isSelfExplanatory": true,
          "isAtomic": true
        },
        {
          "selector": ".benchmark",
          "cloud": "secondary"
        },
        {
          "selector": ".job",
          "cloud": "secondary",
          "compressed": true
        },
        {
          "selector": "=center"
        },
        {
          "selector": "=spread"
        }
      ]
    }
  }
}