Skip to content

Commit

Permalink
Revert "feat(perf): add js-libp2p NodeJS (#244)" (#292)
Browse files Browse the repository at this point in the history
This reverts commit c39bfb9.

Reverting due to #291. Can revert
revert once resolved.
  • Loading branch information
mxinden committed Sep 1, 2023
1 parent fd1889f commit a68c196
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 478 deletions.
9 changes: 3 additions & 6 deletions perf/impl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ GO_SUBDIRS := $(wildcard go-libp2p/*/.)
RUST_SUBDIRS := $(wildcard rust-libp2p/*/.)
HTTPS_SUBDIRS := $(wildcard https/*/.)
QUIC_GO_SUBDIRS := $(wildcard quic-go/*/.)
JS_SUBDIRS := $(wildcard js-libp2p/*/.)

all: $(RUST_SUBDIRS) $(GO_SUBDIRS) $(HTTPS_SUBDIRS) $(QUIC_GO_SUBDIRS) $(JS_SUBDIRS)
all: $(RUST_SUBDIRS) $(GO_SUBDIRS) $(HTTPS_SUBDIRS) $(QUIC_GO_SUBDIRS)
$(RUST_SUBDIRS):
$(MAKE) -C $@
$(GO_SUBDIRS):
Expand All @@ -13,12 +12,10 @@ $(HTTPS_SUBDIRS):
$(MAKE) -C $@
$(QUIC_GO_SUBDIRS):
$(MAKE) -C $@
$(JS_SUBDIRS):
$(MAKE) -C $@

clean: $(RUST_SUBDIRS:%=%clean) $(GO_SUBDIRS:%=%clean) $(HTTPS_SUBDIRS:%=%clean) $(QUIC_GO_SUBDIRS:%=%clean) $(JS_SUBDIRS:%=%clean)
clean: $(RUST_SUBDIRS:%=%clean) $(GO_SUBDIRS:%=%clean) $(HTTPS_SUBDIRS:%=%clean) $(QUIC_GO_SUBDIRS:%=%clean)

%clean:
$(MAKE) -C $* clean

.PHONY: $(RUST_SUBDIRS) $(GO_SUBDIRS) $(HTTPS_SUBDIRS) $(QUIC_GO_SUBDIRS) $(JS_SUBDIRS) all clean
.PHONY: $(RUST_SUBDIRS) $(GO_SUBDIRS) $(HTTPS_SUBDIRS) $(QUIC_GO_SUBDIRS) all clean
3 changes: 0 additions & 3 deletions perf/impl/js-libp2p/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions perf/impl/js-libp2p/v0.46/Makefile

This file was deleted.

45 changes: 0 additions & 45 deletions perf/impl/js-libp2p/v0.46/perf

This file was deleted.

Loading

0 comments on commit a68c196

Please sign in to comment.