Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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