Applied checkstyle
This commit is contained in:
@@ -6,4 +6,4 @@ pkill -f SleuthBenchmarkingSpringApp || echo "No apps to kill"
|
||||
echo "Running JMeter Benchmarks"
|
||||
./mvnw clean verify --projects benchmarks --also-make -Pbenchmarks,jmeter
|
||||
echo "Killing the remaining apps - if something went wrong after the tests"
|
||||
pkill -f SleuthBenchmarkingSpringApp || echo "No apps to kill"
|
||||
pkill -f SleuthBenchmarkingSpringApp || echo "No apps to kill"
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
echo "Running JMH Benchmarks"
|
||||
./mvnw clean install -DskipTests --projects benchmarks --also-make -Pbenchmarks,jmh
|
||||
java -Djmh.ignoreLock=true -jar benchmarks/target/benchmarks.jar org.springframework.cloud.sleuth.benchmarks.jmh.* -rf csv -rff jmh-result.csv | tee target/benchmarks.log
|
||||
java -Djmh.ignoreLock=true -jar benchmarks/target/benchmarks.jar org.springframework.cloud.sleuth.benchmarks.jmh.* -rf csv -rff jmh-result.csv | tee target/benchmarks.log
|
||||
|
||||
Reference in New Issue
Block a user