Skip to content

Commit

Permalink
Ensure that baseline and candidate commits are compared in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko committed Dec 7, 2022
1 parent 039ccfa commit 04381fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/scripts/analyze-results.sh
Expand Up @@ -38,6 +38,6 @@ cd /benchmark-analyzer
--outpath="main.json" \
"${ARTIFACTS_DIR}/main_bench.txt"

./benchmark_analyzer compare pairwise --outpath ${REPORTS_DIR}/report.md --format md-nodejs main.json pr.json
./benchmark_analyzer compare pairwise --outpath ${REPORTS_DIR}/report_full.html --format html main.json pr.json
./benchmark_analyzer compare pairwise --baseline='{"config":"baseline"}' --candidate='{"config":"candidate"}' --outpath ${REPORTS_DIR}/report.md --format md-nodejs main.json pr.json
./benchmark_analyzer compare pairwise --baseline='{"config":"baseline"}' --candidate='{"config":"candidate"}' --outpath ${REPORTS_DIR}/report_full.html --format html main.json pr.json

0 comments on commit 04381fd

Please sign in to comment.