Skip to content

Commit

Permalink
ci: test remove custom path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li committed Sep 14, 2024
1 parent 97df9ed commit 0a45cf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
path: /nfs/${{ github.workspace }}
- name: Set env
run: |
SHORT_SHA=$(git rev-parse --short HEAD)
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
python3 xs_autorun_multiServer.py $CKPT_HOME $CKPT_JSON_PATH \
--xs $NOOP_HOME --threads 16 --dir $SPEC_DIR --resume \
-L "node033 node034 node036 node037 node038 node039 node040 node041 node042"
mv $NOOP_HOME/*.vcd $SPEC_DIR
find $NOOP_HOME/build/ -maxdepth 1 -name "*.vcd" -exec mv {} $SPEC_DIR \;
- name: Report SPEC CPU2006 score
run: |
cd $PERF_HOME
Expand Down

0 comments on commit 0a45cf9

Please sign in to comment.