Skip to content

Commit

Permalink
chore: remove mplex plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 4, 2023
1 parent d984e2c commit 6ac4065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const versions: Array<Version> = [
id: "v0.46",
implementation: "js-libp2p",
transportStacks: ["tcp"]
},
},*/
{
id: "v1.0-yamux-noise",
implementation: "js-libp2p",
Expand All @@ -59,10 +59,10 @@ export const versions: Array<Version> = [
id: "v1.0-yamux-plaintext",
implementation: "js-libp2p",
transportStacks: ["tcp"]
},*/
{
},
/* {
id: "v1.0-mplex-plaintext",
implementation: "js-libp2p",
transportStacks: ["tcp"]
},
},*/
]

0 comments on commit 6ac4065

Please sign in to comment.