sonarqube/microbenchmark-template/run.sh
2015-02-12 15:14:19 +01:00

9 lines
258 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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 $*