Skip to content

Commit 43c070f

Browse files
authored
Merge pull request #1948 from ahoppen/ahoppen/disable-performance-testing-in-ci
Disable performance testing in CI
2 parents 2c5b752 + 5d1e901 commit 43c070f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Tests/PerformanceTest/ci-baselines.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

build-script.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,6 @@ def run_xctests(
465465
env["SWIFTCI_USE_LOCAL_DEPS"] = "1"
466466
env["SWIFT_SYNTAX_PARSER_LIB_SEARCH_PATH"] = \
467467
os.path.join(toolchain, "lib", "swift", "macosx")
468-
if platform.system() == "Darwin" and platform.machine() == "i386":
469-
# Only perform performance testing on Intel macOS machines because that’s what
470-
# the baselines are written for.
471-
env["BASELINE_FILE"] = os.path.join(TESTS_DIR, "PerformanceTest", "ci-baselines.json")
472468

473469
check_call(swiftpm_call, env=env, verbose=verbose)
474470

0 commit comments

Comments
 (0)