Home | History | Annotate | Download | only in runner

Lines Matching refs:trial

23 import com.google.caliper.model.Trial;
68 * Prints a short message when we observe a trial failure.
72 // TODO(lukes): it would be nice to print which trial failed. Consider adding Experiment data
75 "ERROR: Trial failed to complete (its results will not be included in the run):\n"
81 * Prints a summary of a successful trial result.
85 stdout.printf("Trial Report (%d of %d):%n Experiment %s%n",
94 Trial trial = result.getTrial();
98 .putAll(Multimaps.index(trial.measurements(), new Function<Measurement, String>() {
131 instrumentSpecs.add(trial.instrumentSpec());
132 Scenario scenario = trial.scenario();
135 numMeasurements += trial.measurements().size();