Skip to content

Commit

Permalink
chore: enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 22, 2023
1 parent 117ab10 commit 9ea5ebc
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 @@ -12,7 +12,7 @@ async function main(clientPublicIP: string, serverPublicIP: string, testing: boo
copyAndBuildPerfImplementations(clientPublicIP);

const benchmarks = [
/*runBenchmarkAcrossVersions({
runBenchmarkAcrossVersions({
name: "throughput/upload",
clientPublicIP,
serverPublicIP,
Expand All @@ -31,7 +31,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 9ea5ebc

Please sign in to comment.