Skip to content

Commit

Permalink
chore: temporarily disable other implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 7, 2023
1 parent 0c5a863 commit 1cfc127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export type Version = {
}

export const versions: Array<Version> = [
/*
{
id: "v0.34",
implementation: "quic-go",
Expand Down Expand Up @@ -35,6 +36,7 @@ export const versions: Array<Version> = [
implementation: "go-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
*/
{
id: "v0.31",
implementation: "go-libp2p",
Expand Down

0 comments on commit 1cfc127

Please sign in to comment.