(PerformanceTest) improvements in profiler snapshots

support for typing per inspection tests
 gradle arguments fixed to allow running tracing from cli
 Profiler disabled for warmup phases.

 relates to #KT-38653
This commit is contained in:
Vladimir Ilmov
2020-05-30 01:33:15 +02:00
parent 0d2552b0b6
commit 9719391c82
13 changed files with 176 additions and 100 deletions
+4
View File
@@ -14,6 +14,10 @@ Run all Kotlin IDE plugin performance tests with
`$ gradle idea-plugin-performance-tests`
## Run with profiler
`YOURKIT_PROFILER_HOME=/Applications/YourKit-Java-Profiler-2019.8.app ./gradlew -Pkotlin.test.instrumentation.disable=true :idea:performanceTests:performanceTest --tests "<test-filter>"`
## Performance test
Output is provided to console in TeamCity format like