I run an example using the following command.
java -cp bin examples.generators.SimpleCircuitGenerator
This code outputs the time of running the SimpleCircuitGenerator. I wonder how to run the same code multiple times. How can I do it using the terminal? My goal is to measure the time of running the SimpleCircuitGenerator multiple times.