Class BenchOperation

  • All Implemented Interfaces:
    FHIROperation

    public class BenchOperation
    extends AbstractOperation
    Custom operation to consume some CPU load to help out with understanding the relative performance of systems. This is particularly useful deploying in a cloud environment like K8s where the worker nodes are virtual, so you don't really know how much capacity a vCPU actually gives you. The operation has 2 parameters: threads - how many threads to spin up size - how much "work" to perform