Skip to content

Commit aeff06e

Browse files
sbogolepovSpace Team
authored and
Space Team
committed
[Native] Remove all mentions of the old performance infra server
1 parent 8cb6f58 commit aeff06e

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

.space/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
/kotlin-native/klib/ "Kotlin Common Backend"
294294
/kotlin-native/tools/benchmarks "Kotlin Native" "Kotlin Performance QA"
295295
/kotlin-native/tools/benchmarksAnalyzer "Kotlin Native" "Kotlin Performance QA"
296-
/kotlin-native/tools/performance-server "Kotlin Native" "Kotlin Performance QA"
297296
/kotlin-native/performance "Kotlin Native" "Kotlin Performance QA"
298297
/kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/NativeFir2IrExtensions.kt "Kotlin Native" "Kotlin Frontend"
299298

kotlin-native/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ backend.native/tests/teamcity-test.property
5757
samples/**/*.kt.bc-build
5858

5959
# CMake
60-
tools/performance-server/node_modules
61-
tools/performance-server/server
62-
tools/performance-server/ui/js
6360
cmake-build-debug/
6461

6562
# compilation database

repo/scripts/kotlin-bootstrap.settings.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ val kotlinRootDir: File = when (rootSettings.rootProject.name) {
8383
"buildSrc" -> {
8484
val parentDir = rootSettings.rootDir.parentFile
8585
when (parentDir.name) {
86-
"benchmarksAnalyzer", "performance-server" -> parentDir.parentFile.parentFile.parentFile
86+
"benchmarksAnalyzer" -> parentDir.parentFile.parentFile.parentFile
8787
"performance" -> parentDir.parentFile.parentFile
8888
"ui" -> parentDir.parentFile.parentFile.parentFile.parentFile
8989
else -> parentDir
9090
}
9191
}
92-
"benchmarksAnalyzer", "performance-server" -> rootSettings.rootDir.parentFile.parentFile.parentFile
92+
"benchmarksAnalyzer" -> rootSettings.rootDir.parentFile.parentFile.parentFile
9393
"gradle-settings-conventions" -> rootSettings.rootDir.parentFile.parentFile
9494
"gradle-build-conventions" -> rootSettings.rootDir.parentFile.parentFile
9595
"performance" -> rootSettings.rootDir.parentFile.parentFile

scripts/upgrade-lock-files.sh

-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ echo "Start upgrade 'kotlin-js-store/yarn.lock'"
77
rm -rf kotlin-js-store && ./gradlew :kotlinUpgradeYarnLock
88
echo "End upgrade 'kotlin-js-store/yarn.lock'"
99

10-
# Upgrade kotlin-native/tools/performance-server/kotlin-js-store/yarn.lock
11-
12-
echo "Start upgrade 'kotlin-native/tools/performance-server/kotlin-js-store/yarn.lock'"
13-
cd ./kotlin-native/tools/performance-server/
14-
rm -rf kotlin-js-store && ./gradlew :kotlinUpgradeYarnLock
15-
16-
cd $root_dir
17-
echo "End upgrade 'kotlin-native/tools/performance-server/kotlin-js-store/yarn.lock'"
18-
1910
# Upgrade js/js.translator/testData/package-lock.json
2011

2112
echo "Start upgrade 'js/js.translator/testData/package-lock.json'"

0 commit comments

Comments
 (0)