Skip to content

Commit

Permalink
Temporarily disable other implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Aug 2, 2023
1 parent 25bfc6c commit 412165e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,9 @@ export const versions: Array<Version> = [
implementation: "rust-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
{
id: "v0.52",
implementation: "rust-libp2p-quinn",
transportStacks: ["quic-v1"]
},
{
id: "v0.1",
implementation: "https",
transportStacks: ["tcp"]
},
{
id: "v0.27",
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
{
id: "v0.28",
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
{
id: "v0.29",
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
}
]

0 comments on commit 412165e

Please sign in to comment.