-
public interface BenchmarkSdkUploadsInterface of benchmark SDK performance to be implemented. This should only be used by internal benchmarking.
-
-
Method Summary
Modifier and Type Method Description abstract BenchmarkMetergetMeter(String operation)Get a BenchmarkMeter for the given operation. -
-
Method Detail
-
getMeter
abstract BenchmarkMeter getMeter(String operation)
Get a BenchmarkMeter for the given operation.
- Parameters:
operation- The operation name.
-
-
-
-