Uses of Class
io.nosqlbench.nb.api.testutils.Result
Packages that use Result
-
Uses of Result in io.nosqlbench.nb.api.testutils
Classes in io.nosqlbench.nb.api.testutils that implement interfaces with type arguments of type ResultModifier and TypeClassDescriptionclassPerf is a testing utility class that collects and analyzes performance data from individual test runs.Methods in io.nosqlbench.nb.api.testutils that return ResultMethods in io.nosqlbench.nb.api.testutils that return types with arguments of type ResultMethods in io.nosqlbench.nb.api.testutils with parameters of type ResultModifier and TypeMethodDescriptionAdd a test result to this performance collector.Method parameters in io.nosqlbench.nb.api.testutils with type arguments of type ResultModifier and TypeMethodDescriptiondouble[]Get the differences between successive test runs for a given property.doublePerf.getMaximumDelta(Function<Result, Double> resultProperty, int count) For the most recent test runs, measure the maximum difference in a given property.booleanPerf.isConverged(Function<Result, Double> resultProperty, double withinMargin, int count) Extract the double field value from the last results and return whether or not they are within some fractional margin between the minimum and maximum seen value.Sort the internal results according to some propertyPerf.toStringDelta(Function<Result, Double> resultProperty, String deltaDescription, int... lastN) Summarize the last results in a tabular format, with row-by-row delta included for a given property.