Interface BenchmarkResult

All Known Subinterfaces:
Benchmark
All Known Implementing Classes:
BenchmarkBuilder

public interface BenchmarkResult
Results for benchmarks.
  • Field Details

  • Method Details

    • getTimeFormatted

      String getTimeFormatted()
      Returns:
      time formatted as HH:mm:ss.SSS using the elapsed ms as source.
    • getRateFormatted

      String getRateFormatted()
      Returns:
      the number of defaults per second as a formatted string.
    • getRate

      int getRate()
      Returns:
      the number of defaults per second.