File tree 4 files changed +2
-15
lines changed
4 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 293
293
/kotlin-native /klib / "Kotlin Common Backend"
294
294
/kotlin-native /tools /benchmarks "Kotlin Native" "Kotlin Performance QA"
295
295
/kotlin-native /tools /benchmarksAnalyzer "Kotlin Native" "Kotlin Performance QA"
296
- /kotlin-native /tools /performance-server "Kotlin Native" "Kotlin Performance QA"
297
296
/kotlin-native /performance "Kotlin Native" "Kotlin Performance QA"
298
297
/kotlin-native /backend.native /compiler /ir /backend.native /src /org /jetbrains /kotlin /backend /konan /NativeFir2IrExtensions.kt "Kotlin Native" "Kotlin Frontend"
299
298
Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ backend.native/tests/teamcity-test.property
57
57
samples /** /* .kt.bc-build
58
58
59
59
# CMake
60
- tools /performance-server /node_modules
61
- tools /performance-server /server
62
- tools /performance-server /ui /js
63
60
cmake-build-debug /
64
61
65
62
# compilation database
Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ val kotlinRootDir: File = when (rootSettings.rootProject.name) {
83
83
" buildSrc" -> {
84
84
val parentDir = rootSettings.rootDir.parentFile
85
85
when (parentDir.name) {
86
- " benchmarksAnalyzer" , " performance-server " -> parentDir.parentFile.parentFile.parentFile
86
+ " benchmarksAnalyzer" -> parentDir.parentFile.parentFile.parentFile
87
87
" performance" -> parentDir.parentFile.parentFile
88
88
" ui" -> parentDir.parentFile.parentFile.parentFile.parentFile
89
89
else -> parentDir
90
90
}
91
91
}
92
- " benchmarksAnalyzer" , " performance-server " -> rootSettings.rootDir.parentFile.parentFile.parentFile
92
+ " benchmarksAnalyzer" -> rootSettings.rootDir.parentFile.parentFile.parentFile
93
93
" gradle-settings-conventions" -> rootSettings.rootDir.parentFile.parentFile
94
94
" gradle-build-conventions" -> rootSettings.rootDir.parentFile.parentFile
95
95
" performance" -> rootSettings.rootDir.parentFile.parentFile
Original file line number Diff line number Diff line change @@ -7,15 +7,6 @@ echo "Start upgrade 'kotlin-js-store/yarn.lock'"
7
7
rm -rf kotlin-js-store && ./gradlew :kotlinUpgradeYarnLock
8
8
echo " End upgrade 'kotlin-js-store/yarn.lock'"
9
9
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
-
19
10
# Upgrade js/js.translator/testData/package-lock.json
20
11
21
12
echo " Start upgrade 'js/js.translator/testData/package-lock.json'"
You can’t perform that action at this time.
0 commit comments