Skip to content

Commit

Permalink
Merge pull request #1255 from gautamkrishnar/gautamkrishnar-patch-1
Browse files Browse the repository at this point in the history
added improvements and regressions as artifacts
  • Loading branch information
verbose-void authored Oct 19, 2021
2 parents 7b00f2b + 9ae3c52 commit 64c8f83
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/compare_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,17 @@ jobs:
pip install -r hub/requirements/tests.txt
python setup.py install
- name: Doing the benchmark and comparing with baseline -> Hub from input ref
run: |
run:
cd benchmark-source
python3 run.py --all --baseline=${BASELINE_REF} --github
python publish.py ${COMMIT_REF} --github
- name: Saving improvements as artifacts
uses: actions/upload-artifact@v2
with:
name: improvements
path: benchmark-source/results/improvements.csv
- name: Saving regressions as artifacts
uses: actions/upload-artifact@v2
with:
name: regressions
path: benchmark-source/results/regressions.csv

0 comments on commit 64c8f83

Please sign in to comment.