Skip to content

Commit

Permalink
fix(perf): remove js-libp2p
Browse files Browse the repository at this point in the history
Once libp2p/js-libp2p#2067 is merged, we can
re-introduce it.
  • Loading branch information
mxinden committed Oct 25, 2023
1 parent 2e86c0f commit a3d3ca6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ export const versions: Array<Version> = [
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
// {
// id: "v0.46",
// implementation: "js-libp2p",
// transportStacks: ["tcp"]
// }
]

0 comments on commit a3d3ca6

Please sign in to comment.