Skip to content

Commit 9ec29b9

Browse files
runningcodeclaude
andcommitted
refactor(android): Remove benchmark module
Remove Android benchmark module to streamline the app while keeping Sentry error tracking, Emerge snapshots, and Roborazzi testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2bdcca6 commit 9ec29b9

File tree

6 files changed

+0
-83
lines changed

6 files changed

+0
-83
lines changed

android/benchmark/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/benchmark/build.gradle.kts

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

android/benchmark/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/benchmark/src/main/java/com/emergetools/hackernews/benchmark/StartupBenchmark.kt

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

android/gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jsoup = "1.21.2"
2727
extendedspans = "1.4.0"
2828
composeBom = "2025.09.00"
2929
uiTestJunit4Android = "1.10.0"
30-
uiautomator = "2.3.0"
31-
benchmarkMacroJunit4 = "1.4.1"
3230

3331
[libraries]
3432
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -72,8 +70,6 @@ roborazzi-rule = { group = "io.github.takahirom.roborazzi", name = "roborazzi-ju
7270
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
7371
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
7472
androidx-ui-test-junit4-android = { group = "androidx.compose.ui", name = "ui-test-junit4-android", version.ref = "uiTestJunit4Android" }
75-
androidx-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
76-
androidx-benchmark-macro-junit4 = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "benchmarkMacroJunit4" }
7773

7874
[plugins]
7975
android-application = { id = "com.android.application", version.ref = "agp" }

android/settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ dependencyResolutionManagement {
4949

5050
rootProject.name = "hacker-news"
5151
include(":app")
52-
include(":benchmark")

0 commit comments

Comments
 (0)