Skip to content

Commit

Permalink
try pocketic
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 4, 2024
1 parent a32d6b6 commit a8781be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
run: |
mkdir -p $HOME/.config/dfx
cp networks.json $HOME/.config/dfx/
dfx start --background
dfx start --background --pocketic
- name: Run perf for base branch
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'build_base')
run: |
cd main
make
dfx stop
dfx start --clean --background
dfx start --clean --background --pocketic
- name: Run perf
run: |
make
Expand Down

0 comments on commit a8781be

Please sign in to comment.