Signature of the callback that receives a benchmark value labeled by name.
value
name
typedef BenchmarkValueCallback = void Function(String name, double value);