Skip to content

Commit 531b05c

Browse files
committed
fix process results
1 parent 268ff21 commit 531b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/process-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ done
4545
# Process run results
4646
if [ -f "results/results-run-run/benchmarks.json" ]; then
4747
print_summary "results/results-run-run/benchmarks.json" "run" "run"
48-
cp "results/results-run-run/package-count.json" "chart/results/$DATE/run-run.json"
48+
cp "results/results-run-run/benchmarks.json" "chart/results/$DATE/run-run.json"
4949
else
5050
echo "Warning: No results found for run"
5151
fi

0 commit comments

Comments
 (0)