aboutsummaryrefslogtreecommitdiffstats
path: root/microbenchmark-template/run.sh
blob: ab222188dee07c94dcd29d930f1be40ceed94010 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# The command-line arguments can be used to list the benchmarks to be executed.
# By default all benchmarks are executed.
# Example: run.sh org.sonar.microbenchmark.SerializationBenchmark

mvn clean install
java -jar target/microbenchmark.jar $*