Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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 $*