Skip to content

Commit 7250d75

Browse files
committed
Fix generatePerformanceReport.rb script
1 parent fe7b995 commit 7250d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/generatePerformanceReport.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def formatted_samples(samples, test)
3535
# have checkouts for all dependencies.
3636

3737
# BUILD_ROOT
38-
exit 1 unless `xcodebuild -showBuildSettings -project Tests/Performance/GRDBPerformance/GRDBPerformance.xcodeproj -target GRDBOSXPerformanceComparisonTests -disableAutomaticPackageResolution` =~ /BUILD_ROOT = (.*)$/
38+
exit 1 unless `xcodebuild -showBuildSettings -project Tests/Performance/GRDBPerformance/GRDBPerformance.xcodeproj -scheme GRDBOSXPerformanceComparisonTests -disableAutomaticPackageResolution` =~ /BUILD_ROOT = (.*)$/
3939
BUILD_ROOT = $1
4040

4141
# DERIVED_DATA

0 commit comments

Comments
 (0)