mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[unit perf tests] AT-644 Renaming
GitOrigin-RevId: 464b77181de9f1e0cc6de2623201635c405ee4c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
33d338611b
commit
3dce2dce2f
@@ -146,7 +146,7 @@ class IdeaDecompilerTest : LightJavaCodeInsightFixtureTestCase() {
|
||||
val jrt = JavaVersion.current().feature >= 9
|
||||
val base = if (jrt) "jrt://${SystemProperties.getJavaHome()}!/java.desktop/" else "jar://${SystemProperties.getJavaHome()}/lib/rt.jar!/"
|
||||
val file = VirtualFileManager.getInstance().findFileByUrl(base + "javax/swing/JTable.class")!!
|
||||
PlatformTestUtil.startPerformanceTest("decompiling JTable.class") { decompiler.getText(file) }.assertTiming()
|
||||
PlatformTestUtil.newPerformanceTest("decompiling JTable.class") { decompiler.getText(file) }.start()
|
||||
}
|
||||
|
||||
fun testStructureView() {
|
||||
|
||||
Reference in New Issue
Block a user