blob: fb20429f03d39f51ca7d6d7e1ef828e8e03c7104 [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,
);
}