Skip to content

Commit

Permalink
[ci] Update postsubmit job performance_monitoring (#3296)
Browse files Browse the repository at this point in the history
* [ci] Update postsubmit job performance_monitoring

* typo
  • Loading branch information
yolo2themoon authored Nov 1, 2021
1 parent 0c792e7 commit a5eec2c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,19 @@ jobs:
BUILD_NUM_THREADS: 8
CXX: clang++-10

- name: Run benchmark
- name: Run performance-monitoring
run: |
python3 benchmarks/misc/run.py /home/benchmarkbot/benchmark/
export BENCHMARK_CODE_DIR=`pwd`/benchmarks/misc/
cd ..
# clone repo
rm -rf performance-monitoring
git clone [email protected]:taichi-dev/performance-monitoring.git
cd performance-monitoring
# update repo (benchmarks code)
cp -r $BENCHMARK_CODE_DIR/* ./benchmarks/
# run benchmark & store results
./run.sh
# update repo (push results)
./scripts/push.sh
env:
PULL_REQUEST_NUMBER: ${{github.event.number}}

0 comments on commit a5eec2c

Please sign in to comment.