- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PerformanceScenario (0.06 seconds)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
"Flame graphs with $profiler for ${performanceScenario.scenario.scenario} | ${performanceScenario.testProject} " + "on ${os.asName()} (bucket $bucketIndex)", performanceSubProject = "performance", bucketIndex = bucketIndex, extraParameters =Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
} }.map { PerformanceScenario(Scenario.fromTestId(configuration.testId), it.testProject) } } } data class PerformanceTestDuration( val scenario: Scenario, val durationInMs: Int, ) { fun toCsvLine() = "${scenario.className};${scenario.scenario}" } data class PerformanceScenario( val scenario: Scenario, val testProject: String, )Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 10 02:18:03 GMT 2025 - 16.6K bytes - Click Count (0)