Trying to fix benchmarks

This commit is contained in:
Marcin Grzejszczak
2017-02-27 17:00:41 +01:00
parent 6bb8b996e5
commit 49ccfb5766
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -17,4 +17,5 @@ _site/
*.log
.DS_Store
/spring-cloud-sleuth-core/nb-configuration.xml
/spring-cloud-sleuth-core/nbactions.xml
/spring-cloud-sleuth-core/nbactions.xml
jmh-result.csv

View File

@@ -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 target/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