def circeDecode()

in benchmarks/src/main/scala/benchmark/JsonDecodeBenchmark.scala [49:51]


  def circeDecode(bh: Blackhole) = {
    bh.consume(contentJson.as[Content])
  }