Interface BenchResultApi
public interface BenchResultApi
- 
Method SummaryModifier and TypeMethodDescriptionretrofit2.Call<BenchResult>retrofit2.Call<ValueWrapper<Double>>getProgress(String benchResultId) retrofit2.Call<Void>
- 
Method Details- 
find
- 
getProgress@GET("/runtime/bench-results/progress/{benchResultId}") retrofit2.Call<ValueWrapper<Double>> getProgress(@Path("benchResultId") String benchResultId) 
- 
stopTest
 
-