From ea9b3c1ecba8e9fd12e2a176a89940b28a08233e Mon Sep 17 00:00:00 2001 From: louisehsu Date: Tue, 22 Apr 2025 15:14:32 -0700 Subject: [PATCH] . --- .../BenchmarkTests/BenchmarkTests.swift | 11 ++ .../xcschemes/hello_world_swiftui.xcscheme | 114 ++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 dev/benchmarks/imitation_game_swiftui/BenchmarkTests/BenchmarkTests.swift create mode 100644 dev/benchmarks/imitation_game_swiftui/hello_world_swiftui.xcodeproj/xcshareddata/xcschemes/hello_world_swiftui.xcscheme diff --git a/dev/benchmarks/imitation_game_swiftui/BenchmarkTests/BenchmarkTests.swift b/dev/benchmarks/imitation_game_swiftui/BenchmarkTests/BenchmarkTests.swift new file mode 100644 index 00000000000..c4231db576f --- /dev/null +++ b/dev/benchmarks/imitation_game_swiftui/BenchmarkTests/BenchmarkTests.swift @@ -0,0 +1,11 @@ +import XCTest + +final class BenchmarkTests: XCTestCase { + + @MainActor + func testLaunchPerformance() throws { + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } +} diff --git a/dev/benchmarks/imitation_game_swiftui/hello_world_swiftui.xcodeproj/xcshareddata/xcschemes/hello_world_swiftui.xcscheme b/dev/benchmarks/imitation_game_swiftui/hello_world_swiftui.xcodeproj/xcshareddata/xcschemes/hello_world_swiftui.xcscheme new file mode 100644 index 00000000000..651624f3092 --- /dev/null +++ b/dev/benchmarks/imitation_game_swiftui/hello_world_swiftui.xcodeproj/xcshareddata/xcschemes/hello_world_swiftui.xcscheme @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +