Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed May 23, 2024
1 parent 00e8e13 commit 48b63b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
key: ${{ runner.os }}-bench-0.1.4-${{ hashFiles('**/Cargo.lock') }}
- name: Install canbench
run: cargo install canbench
- name: Run perf for base branch
run: |
pushd main/rust/bench
canbench --persist
popd
cp main/rust/bench/canbench_results.yml rust/bench/
# - name: Run perf for base branch
# run: |
# pushd main/rust/bench
# canbench --persist
# popd
# cp main/rust/bench/canbench_results.yml rust/bench/
- name: Run perf for PR beanch
run: |
pushd rust/bench
Expand Down

0 comments on commit 48b63b7

Please sign in to comment.