We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268ff21 commit 531b05cCopy full SHA for 531b05c
scripts/process-results.sh
@@ -45,7 +45,7 @@ done
45
# Process run results
46
if [ -f "results/results-run-run/benchmarks.json" ]; then
47
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"
+ cp "results/results-run-run/benchmarks.json" "chart/results/$DATE/run-run.json"
49
else
50
echo "Warning: No results found for run"
51
fi
0 commit comments