Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 18, 2023
1 parent 9a116f7 commit 684c581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
fail-fast: false
env:
DFX_VERSION: 0.14.4
IC_REPL_VERSION: 0.4.1
DFX_VERSION: 0.15.0
IC_REPL_VERSION: 0.4.3
MOC_VERSION: 0.10.0
IC_WASM_VERSION: 0.4.0
IC_WASM_VERSION: 0.5.0
steps:
- uses: actions/checkout@v3
- name: Checkout out gh-pages report
Expand Down
2 changes: 1 addition & 1 deletion utils.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define ic-wasm
echo "Optimize with ic-wasm"; \
for f in $(1)/*/*.wasm; do ic-wasm -o $$f $$f shrink --optimize O3 --keep-name-section; done
for f in $(1)/*/*.wasm; do ic-wasm -o $$f $$f optimize O3 --keep-name-section; done
endef

define build_with_mops
Expand Down

0 comments on commit 684c581

Please sign in to comment.