You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run.sh 258B

12345678
  1. #!/bin/sh
  2. # The command-line arguments can be used to list the benchmarks to be executed.
  3. # By default all benchmarks are executed.
  4. # Example: run.sh org.sonar.microbenchmark.SerializationBenchmark
  5. mvn clean install
  6. java -jar target/microbenchmark.jar $*