Package org.gradle.profiler
Class BenchmarkResultCollector
java.lang.Object
org.gradle.profiler.BenchmarkResultCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S extends ScenarioDefinition,T extends BuildInvocationResult>
Consumer<T>scenario(S scenario, SampleProvider<T> sampleProvider) voidsummarizeResults(Consumer<String> consumer) Summarize the results for the user.voidwrite(InvocationSettings settings)
-
Constructor Details
-
BenchmarkResultCollector
-
-
Method Details
-
scenario
public <S extends ScenarioDefinition,T extends BuildInvocationResult> Consumer<T> scenario(S scenario, SampleProvider<T> sampleProvider) -
write
- Throws:
IOException
-
summarizeResults
Summarize the results for the user.
-