Skip to content

Commit

Permalink
Create benchmark folder, launch benchmark in Azure Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed May 27, 2021
1 parent 16bba57 commit 73e5cf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
python -m unittest
displayName: 'Run unittest suite'
- bash: |
source activate psenv && \
cd benchmark &&\
python benchmark_dev_team.py &&\
cd ..
displayName: 'Run benchmark'
- ${{ if eq(parameters.name, 'Ubuntu_20_04_python39') }}:
- bash: |
source activate psenv && \
Expand Down

0 comments on commit 73e5cf8

Please sign in to comment.