Awesome
CloudSim Plus Benchmarks
Module used to assess CloudSim Plus performance. You don't need to care about it, unless you want to investigate performance issues or contribute in this manner.
It uses the Java Microbenchmark Harness framework (JMH) to enable measuring critical methods of the CloudSim Plus API which have a high impact in the simulation framework performance.
Build the Project
In order to build the jar file to run the tool, you need JDK 17+ installed. You can use any IDE of your choice or open a terminal at the project root directory and type one of the following commands:
on Linux/macOS
./mvnw clean install
on Windows
mvnw.cmd clean install