Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 5, 2024
1 parent 89bb195 commit af2d9b5
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
@@ -1,8 +1,8 @@
import { execSync } from 'child_process';
import { PLATFORMS, versions } from './versions.js';
import { PLATFORMS, versions } from './versions';
import yargs from 'yargs';
import fs from 'fs';
import type { BenchmarkResults, Benchmark, Result, IperfResults, PingResults, ResultValue } from './benchmark-result-type.js';
import type { BenchmarkResults, Benchmark, Result, IperfResults, PingResults, ResultValue } from './benchmark-result-type';

async function main(clientPublicIP: string, serverPublicIP: string, relayPublicIP: string, testing: boolean) {
const pings = runPing(clientPublicIP, serverPublicIP, relayPublicIP, testing);
Expand Down

0 comments on commit af2d9b5

Please sign in to comment.