protected static class PerformanceEvaluation.RunResult extends Object implements Comparable<PerformanceEvaluation.RunResult>
public final long duration
public final com.codahale.metrics.Histogram hist
public RunResult(long duration, com.codahale.metrics.Histogram hist)
public int compareTo(PerformanceEvaluation.RunResult o)
compareTo
in interface Comparable<PerformanceEvaluation.RunResult>
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.