benchmark static method

Future<int> benchmark()

Implementation

static Future<int>benchmark() {
  return _platform.benchmark();
}