Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Sep 18, 2024
1 parent 687e3f3 commit 048aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/benchmark-parser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import path from "path";

const benchmarkPath = path.resolve(process.cwd(), "benchmarks");
const outputPath = path.resolve(process.cwd(), "benchmark.json");
const bundlePath = path.resolve(process.cwd(), "bundle/main.ios.jsbundle");
const bundlePath = path.resolve(process.cwd(), "bundleDist/main.ios.jsbundle");

parseBenchmarks(benchmarkPath, bundlePath, outputPath);

0 comments on commit 048aa2c

Please sign in to comment.