File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
benchmarks/3D_shockdroplet Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,10 @@ jobs:
3232 (cd master && bash .github/workflows/phoenix/submit.sh .github/workflows/phoenix/bench.sh ${{ matrix.device }}) &
3333 wait %1 && wait %2
3434
35- - name : Generate Comment
35+ - name : Generate & Post Comment
3636 run : |
37- COMMENT_MSG=`./mfc.sh bench_diff master/bench-${{ matrix.device }}.yaml pr/bench-${{ matrix.device }}.yaml`
38- echo "COMMENT_MSG=\"$COMMENT_MSG\"" >> $GITHUB_ENV
39-
40- - name : Post Comment
41- run : echo "$COMMENT_MSG"
37+ . ./mfc.sh load -c p -m g
38+ ./mfc.sh bench_diff master/bench-${{ matrix.device }}.yaml pr/bench-${{ matrix.device }}.yaml
4239
4340 - name : Archive Logs
4441 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 1515# cavity relative eccentricity (distance between radii)
1616ecc = 0.564
1717
18- # initial shock distance from the y axis. Note that the droplet center is located at y = 0. Thus, the distance from the shock to
18+ # initial shock distance from the y axis. Note that the droplet center is located at y = 0.
19+ # Thus, the distance from the shock to
1920# the droplet is about D0/8
2021ISD = 5.0 / 8 * D0
2122
You can’t perform that action at this time.
0 commit comments