diff --git a/.gitignore b/.gitignore index b1a7f2c34..cfdc7153d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ _site/ *.log .DS_Store /spring-cloud-sleuth-core/nb-configuration.xml -/spring-cloud-sleuth-core/nbactions.xml \ No newline at end of file +/spring-cloud-sleuth-core/nbactions.xml +jmh-result.csv \ No newline at end of file diff --git a/scripts/runJmhBenchmarks.sh b/scripts/runJmhBenchmarks.sh index d4e76f71b..c9aa73f88 100755 --- a/scripts/runJmhBenchmarks.sh +++ b/scripts/runJmhBenchmarks.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file