blob: 96f960a86480f2f9f17fc69afdc44ce99458df6c [file] [log] [blame]
>>>
class ObjectBenchmark extends ObservationBenchmarkBase {
ObjectBenchmark(int objectCount, int mutationCount, String config) : super(
'ObjectBenchmark:$objectCount:$mutationCount:$config', objectCount,
mutationCount, config);
}
<<<
class ObjectBenchmark extends ObservationBenchmarkBase {
ObjectBenchmark(int objectCount, int mutationCount, String config)
: super('ObjectBenchmark:$objectCount:$mutationCount:$config',
objectCount, mutationCount, config);
}