Skip to content

Commit

Permalink
chore: set testing
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 19, 2023
1 parent 17a9c05 commit 2bb327e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perf/runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ async function main(clientPublicIP: string, serverPublicIP: string, testing: boo
copyAndBuildPerfImplementations(serverPublicIP);
copyAndBuildPerfImplementations(clientPublicIP);

testing = true

const benchmarks = [
runBenchmarkAcrossVersions({
name: "throughput/upload",
Expand Down

0 comments on commit 2bb327e

Please sign in to comment.