Class BenchmarkTaskResult


  • public class BenchmarkTaskResult
    extends Object
    • Constructor Detail

      • BenchmarkTaskResult

        public BenchmarkTaskResult​(long allOperations,
                                   long measuredOperations)
    • Method Detail

      • add

        public void add​(Result result)
      • getAllOps

        public long getAllOps()
      • getMeasuredOps

        public long getMeasuredOps()