Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Mar 5, 2025
1 parent 6c067c8 commit 8882ae2
Show file tree
Hide file tree
Showing 2 changed files with 65,950 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tdsCompilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ jobs:
- name: Run performance test (iOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=${{ inputs.ios_ut_file_name }} \
TEST_RUNNER_TDS_UT_URL=${{ inputs.ios_s3_url }} \
TEST_RUNNER_TDS_REF_FILE_NAME=${{ inputs.ios_ref_file_name }} \
TEST_RUNNER_TDS_REF_URL=${{ inputs.ios_ref_url }} \
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData.admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=ios-tds.json \
TEST_RUNNER_TDS_REF_URL=https://staticcdn.duckduckgo.com/trackerblocking/v5/current/ \
xcodebuild test-without-building \
-scheme TrackerRadarKit \
-destination 'platform=macOS' \
-only-testing:TrackerRadarKitPerformanceTests/NextTrackerDataSetPerformanceTests
- name: Run performance test (macOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=${{ inputs.ios_ref_url }} \
TEST_RUNNER_TDS_UT_URL=${{ inputs.macos_s3_url }} \
TEST_RUNNER_TDS_REF_FILE_NAME=${{ inputs.macos_ref_file_name }} \
TEST_RUNNER_TDS_REF_URL=${{ inputs.macos_ref_url }} \
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData.admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=https://staticcdn.duckduckgo.com/trackerblocking/v6/current/ \
TEST_RUNNER_TDS_REF_URL=macos-tds.json \
xcodebuild test-without-building \
-scheme TrackerRadarKit \
-destination 'platform=macOS' \
Expand Down
Loading

0 comments on commit 8882ae2

Please sign in to comment.