Skip to content

Commit 54b2149

Browse files
authored
fix incorrect file path in overhead evaluation
1 parent ca0d20a commit 54b2149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eval-overhead-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
# Copy CSV to docs assets
7676
mkdir -p docs/assets/csv
77-
cp benchmarks/instr-overhead/overhead_e2e.csv docs/assets/csv/
77+
cp benchmarks/instr-overhead/perf_benchmark_results/overhead_e2e.csv docs/assets/csv/
7878
7979
# Create or update benchmark page
8080
cat > docs/benchmarks.md << EOF

0 commit comments

Comments
 (0)