選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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