﻿| Method |  Center |
|:-------|--------:|
| Bar    | 20.0 ms |
| Foo    | 10.0 ms |

{
  "nested": [
    {
      "benchmark": {
        "type": "Bench",
        "method": "Foo"
      },
      "nested": [
        {
          "value": 10,
          "unit": "ms",
          "iterationIndex": 0
        }
      ]
    },
    {
      "benchmark": {
        "type": "Bench",
        "method": "Bar"
      },
      "nested": [
        {
          "value": 20,
          "unit": "ms",
          "iterationIndex": 0
        }
      ]
    }
  ],
  "meta": {
    "table": {
      "columnDefinitions": [
        {
          "selector": ".benchmark.method"
        },
        {
          "selector": "=center"
        }
      ],
      "sortPolicies": [
        {
          "selector": "=center",
          "direction": "descending"
        }
      ]
    }
  }
}