Skip to content

Commit

Permalink
pass $PATH_TO_DERIVED
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Nov 10, 2024
1 parent 1e735c5 commit b8b3f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "$PATH_TO_PROJECT" ]; then
-resultBundlePath "$PATH_TO_RESULT_BUNDLE" \
-showBuildTimingSummary build

xclogparser parse --project XcodeBenchmark --derived_data ./DerivedData --reporter chromeTracer > report.json
xclogparser parse --project XcodeBenchmark --derived_data $PATH_TO_DERIVED --reporter chromeTracer > report.json

echo "System Version:" "$(sw_vers -productVersion)"
xcodebuild -version | grep "Xcode"
Expand Down

0 comments on commit b8b3f9f

Please sign in to comment.