Skip to content

Commit 7e657cd

Browse files
Disable performance tests in CI
Until we have a way to set baselines in the CI server
1 parent b37fd62 commit 7e657cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BuildScripts/linux_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
swift test -c debug --filter "SwiftGraphTests"
3-
swift test -c release -Xswiftc -enable-testing --filter "SwiftGraphPerformanceTests"
3+
# swift test -c release -Xswiftc -enable-testing --filter "SwiftGraphPerformanceTests"

BuildScripts/osx_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -v -o pipefail
44
# Test
55
xcodebuild -enableCodeCoverage YES -project SwiftGraph.xcodeproj -scheme SwiftGraph test | xcpretty
6-
xcodebuild -enableCodeCoverage NO -project SwiftGraph.xcodeproj -scheme SwiftGraphPerformanceTests test | xcpretty
6+
# xcodebuild -enableCodeCoverage NO -project SwiftGraph.xcodeproj -scheme SwiftGraphPerformanceTests test | xcpretty

0 commit comments

Comments
 (0)