Skip to content

Commit

Permalink
Install userbenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Feb 6, 2024
1 parent c7185da commit 81b0346
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/userbenchmark-a100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ jobs:
mkdir ../benchmark-output
fi
else
if [ -e ./userbenchmark/"${{ github.event.inputs.userbenchmark_name }}"/install.py ]; then
python ./userbenchmark/"${{ github.event.inputs.userbenchmark_name }}"/install.py
fi
python install.py --userbenchmark "${{ github.event.inputs.userbenchmark_name }}"
python run_benchmark.py "${{ github.event.inputs.userbenchmark_name }}" ${{ github.event.inputs.userbenchmark_options }}
cp -r ./.userbenchmark/"${{ github.event.inputs.userbenchmark_name }}" ../benchmark-output
fi
Expand Down

0 comments on commit 81b0346

Please sign in to comment.