diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 65978ac8..d2caff3e 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -11,9 +11,9 @@ jobs: strategy: fail-fast: false env: - DFX_VERSION: 0.13.1 - IC_REPL_VERSION: 0.3.18 - MOC_VERSION: 0.8.8 + DFX_VERSION: 0.14.2 + IC_REPL_VERSION: 0.4.1 + MOC_VERSION: 0.9.6 steps: - uses: actions/checkout@v3 - name: Checkout out gh-pages report diff --git a/dapps/basic_dao.sh b/dapps/basic_dao.sh index 5582ad70..b67f005f 100644 --- a/dapps/basic_dao.sh +++ b/dapps/basic_dao.sh @@ -65,7 +65,8 @@ output(file, stringify("[", __cost__, "](", svg, ")|\n")); flamegraph(DAO, "DAO.vote", svg); }; -import init = "2vxsx-fae" as "motoko/.dfx/local/canisters/basic_dao/basic_dao.did"; +import init = "2vxsx-fae" as "motoko/.dfx/local/canisters/basic_dao/constructor.did"; perf(motoko, "Motoko", init); -import init = "2vxsx-fae" as "rust/.dfx/local/canisters/basic_dao/basic_dao.did"; +import init = "2vxsx-fae" as "rust/.dfx/local/canisters/basic_dao/constructor.did"; perf(rust, "Rust", init); + diff --git a/dapps/nft.sh b/dapps/nft.sh index f23d94d3..7784618c 100644 --- a/dapps/nft.sh +++ b/dapps/nft.sh @@ -1,7 +1,7 @@ #!ic-repl load "../prelude.sh"; -import fake = "2vxsx-fae" as "motoko/.dfx/local/canisters/dip721_nft/dip721_nft.did"; +import fake = "2vxsx-fae" as "motoko/.dfx/local/canisters/dip721_nft/constructor.did"; // Setup initial account identity alice;