Skip to content

Commit

Permalink
bypass gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 2, 2024
1 parent aac1879 commit e8d0399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APPS = collections
APPS = dapps collections crypto pub-sub heartbeat motoko

all:
$(foreach test_dir,$(APPS),make -C $(test_dir) &&) true
Expand Down
6 changes: 3 additions & 3 deletions utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ endef
define perf
set -e; \
$(call prepare_perf,$(1)); \
ic-repl ../../$(1)/$(2); \
ic-repl -r http://localhost:$(dfx info replica-port) -v ../../$(1)/$(2); \
du -h ../../_out
endef

define perf_two
set -e; \
$(call prepare_perf,$(1)); \
ic-repl ../../$(1)/$(2); \
ic-repl ../../$(1)/$(3); \
ic-repl -r http://localhost:$(dfx info replica-port) -v ../../$(1)/$(2); \
ic-repl -r http://localhost:$(dfx info replica-port) -v ../../$(1)/$(3); \
du -h ../../_out
endef

0 comments on commit e8d0399

Please sign in to comment.