Skip to content

Commit

Permalink
AT-759. Updated KtorPerf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaBarkov committed May 13, 2024
1 parent af24ec7 commit 3c6affb
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions dashboard/new-dashboard/src/components/kotlin/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,10 @@ export const completionProjects = {
"kotlin_kmp_native_acceptance/completion/Sample.mingw_with_library_cache",
],
ktor: [
"ktor_commit/completion/ContentNegotiationTest_fun_typing_with_library_cache",
"ktor_commit/completion/DarwinClientEngineConfig_fun_with_library_cache",
"ktor_commit/completion/HighLoadHttpGenerator_end_constructor_typing_with_library_cache",
"ktor_commit/completion/HighLoadHttpGenerator_mid_constructor_typing_with_library_cache",
"ktor_commit/completion/LockFreeLinkedList_getter_typing_with_library_cache",
"ktor_commit/completion/LockFreeLinkedList_typealias_typing_with_library_cache",
"ktor_commit/completion/RequestResponseBuilderJs_fun_typing_with_library_cache",
"ktor_commit/completion/RequestResponseBuilderNative_fun_typing_with_library_cache",
"ktor_before_add_wasm_client/completion/CharsetLinux_encodeImpl_typing_with_library_cache",
"ktor_before_add_wasm_client/completion/CharsetMingw_findCharset_with_library_cache",
"ktor_before_add_wasm_client/completion/URLBuilderJs_URLBuilderJs_typing_with_library_cache",
"ktor_before_add_wasm_client/completion/DarwinUtils_DarwinUtils_with_library_cache",
],
space: ["space_specific/completion/Dimensions_typealias_with_library_cache"],
}
Expand Down Expand Up @@ -302,17 +298,15 @@ export const highlightingProjects = {
"kotlin_coroutines_commit/highlight/JobSupport_with_library_cache",
],
ktor: [
"ktor_commit/highlight/AuthBuildersTest_with_library_cache",
"ktor_commit/highlight/BufferPrimitives_with_library_cache",
"ktor_commit/highlight/CacheControlMergeTest_with_library_cache",
"ktor_commit/highlight/ChunkBufferNativeTest_with_library_cache",
"ktor_commit/highlight/ConcurrentMapJs_with_library_cache",
"ktor_commit/highlight/ContentTestSuite_with_library_cache",
"ktor_commit/highlight/CryptoMingw_with_library_cache",
"ktor_commit/highlight/HighLoadHttpGenerator_with_library_cache",
"ktor_commit/highlight/LockFreeLinkedList_with_library_cache",
"ktor_commit/highlight/OAuth2_with_library_cache",
"ktor_commit/highlight/ThreadInfo_with_library_cache",
"ktor_before_add_wasm_client/highlight/ByteBufferChannel_with_library_cache",
"ktor_before_add_wasm_client/highlight/StaticContentTest_with_library_cache",
"ktor_before_add_wasm_client/highlight/RoutingResolveTest_with_library_cache",
"ktor_before_add_wasm_client/highlight/PrimitiveArraysNative_with_library_cache",
"ktor_before_add_wasm_client/highlight/CertificatePinner_with_library_cache",
"ktor_before_add_wasm_client/highlight/CharsetLinux_with_library_cache",
"ktor_before_add_wasm_client/highlight/TestUtilsMacos_with_library_cache",
"ktor_before_add_wasm_client/highlight/PrimitiveArraysJs_with_library_cache",
"ktor_before_add_wasm_client/highlight/CharsetMingw_with_library_cache",
],
space: [
"space_specific/highlight/DocumentsStatsTest_with_library_cache",
Expand Down Expand Up @@ -470,10 +464,10 @@ export const findUsagesProjects = {
"kotlin_coroutines_commit/findUsages/runBlocking_with_library_cache",
],
ktor: [
"ktor_commit/findUsages/ByteReadChannel_with_library_cache",
"ktor_commit/findUsages/HttpClient_jvm_with_library_cache",
"ktor_commit/findUsages/HttpClient_with_library_cache",
"ktor_commit/findUsages/toHttpDateString_with_library_cache",
"ktor_before_add_wasm_client/findUsages/SelectorManager_with_library_cache",
"ktor_before_add_wasm_client/findUsages/Encoding_with_library_cache",
"ktor_before_add_wasm_client/findUsages/CharsetNative_with_library_cache",
"ktor_before_add_wasm_client/findUsages/Memory_with_library_cache",
],
space: [
"space_specific/findUsages/ApiFlag_with_library_cache",
Expand Down

0 comments on commit 3c6affb

Please sign in to comment.