We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40ceeb commit d3db1e5Copy full SHA for d3db1e5
cobalt/testing/tools/process_size_artifacts.sh
@@ -45,7 +45,9 @@ for artifact_dir in size_artifacts/size_artifacts_*; do
45
46
echo "Running Check binary size for $PLATFORM"
47
chmod +x "$RUNNER_PATH"
48
- python3 "$RUNNER_PATH"
+ pushd "$(dirname "$RUNNER_PATH")"
49
+ python3 "$(basename "$RUNNER_PATH")"
50
+ popd
51
52
find_file "perf_results.json" "$artifact_dir" "SIZES_PATH" || continue
53
0 commit comments