﻿[Keys]
  .benchmark
  .benchmark.method
  .benchmark.type
  .iterationIndex
  .unit
  .value

[Entry0]
  .benchmark = Bench.Foo
  .benchmark.method = Foo
  .benchmark.type = Bench
  .iterationIndex = 0
  .unit = ms
  .value = 10
[Entry1]
  .benchmark = Bench.Bar
  .benchmark.method = Bar
  .benchmark.type = Bench
  .iterationIndex = 0
  .unit = ms
  .value = 20