Skip to content

Commit

Permalink
chore: just connection establishment
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 22, 2023
1 parent 58333fd commit d2480ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf/runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main(clientPublicIP: string, serverPublicIP: string, testing: boo
testing = true

const benchmarks = [
runBenchmarkAcrossVersions({
/*runBenchmarkAcrossVersions({
name: "throughput/upload",
clientPublicIP,
serverPublicIP,
Expand All @@ -33,7 +33,7 @@ async function main(clientPublicIP: string, serverPublicIP: string, testing: boo
unit: "bit/s",
iterations: testing ? 1 : 10,
durationSecondsPerIteration: testing ? 5 : 20,
}),
}),*/
runBenchmarkAcrossVersions({
name: "Connection establishment + 1 byte round trip latencies",
clientPublicIP,
Expand Down

0 comments on commit d2480ad

Please sign in to comment.