Skip to content

Commit

Permalink
Reintroduce js
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Nov 25, 2023
1 parent e149745 commit 690704c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,14 @@ 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"]
}
]

0 comments on commit 690704c

Please sign in to comment.