| author | |
| committer | |
| log | 36e2bc8075ff0a78801e18053804318f9556a472 |
| tree | 5e1621dde8c22e1eaea9337c73e86db275a429a2 |
| parent | ea62faf382bb6240f5bec6410f8d248828d0e560 |
2 files changed, 4 insertions(+), 4 deletions(-)
.github/workflows/ci.yaml+1-1| ... | ... | @@ -17,7 +17,7 @@ jobs: |
| 17 | 17 | uses: actions/checkout@v3 |
| 18 | 18 | - name: Build and Test |
| 19 | 19 | run: sh ci/aarch64-linux-release.sh |
| 20 | - name: Post Comment | |
| 20 | - name: Post Perf Comment | |
| 21 | 21 | uses: actions/github-script@v6 |
| 22 | 22 | with: |
| 23 | 23 | script: | |
ci/measure-perf-delta.sh+3-3| ... | ... | @@ -14,9 +14,9 @@ PREFIX="$4" |
| 14 | 14 | |
| 15 | 15 | git checkout "$GITHUB_BASE_REF" |
| 16 | 16 | |
| 17 | rm -rf ../build-base | |
| 18 | mkdir ../build-base | |
| 19 | cd ../build-base | |
| 17 | rm -rf build-base | |
| 18 | mkdir build-base | |
| 19 | cd build-base | |
| 20 | 20 | |
| 21 | 21 | export CC="$ZIG cc -target $TARGET -mcpu=$MCPU" |
| 22 | 22 | export CXX="$ZIG c++ -target $TARGET -mcpu=$MCPU" |