Skip to content

Commit

Permalink
chore: disable js
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 19, 2023
1 parent 5781bf2 commit 3309fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export const versions: Array<Version> = [
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
{
/* {
id: "v0.46",
implementation: "js-libp2p",
transportStacks: ["tcp"]
},
/* {
{
id: "v1.0",
implementation: "js-libp2p",
transportStacks: ["tcp"]
Expand Down

0 comments on commit 3309fb2

Please sign in to comment.