Skip to content

Commit

Permalink
chore: reinstate versions, remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2023
1 parent 0bfaf30 commit f0f9fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion perf/impl/js-libp2p/v0.46/perf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ for ((i = 1; i <= $#; i++)); do
done

# Run perf
export DEBUG=libp2p*
node impl/js-libp2p/v0.46/index.js --run-server=$run_server --server-address=$server_address --upload-bytes=$upload_bytes --download-bytes=$download_bytes --transport=$transport &

node_pid=$!
Expand Down
4 changes: 2 additions & 2 deletions perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type Version = {
}

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

0 comments on commit f0f9fdd

Please sign in to comment.