Class JMHSample_27_Params

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int arg
      In many cases, the experiments require walking the configuration space for a benchmark.
      int certainty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean bench()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • arg

        public int arg
        In many cases, the experiments require walking the configuration space for a benchmark. This is needed for additional control, or investigating how the workload performance changes with different settings.
      • certainty

        public int certainty
    • Constructor Detail

      • JMHSample_27_Params

        public JMHSample_27_Params()