api_notable_list_2024.md: Add information about renaming performance test class/methods

This commit is contained in:
Karol Lewandowski 2024-09-13 10:42:39 +02:00
parent 2c72212105
commit 388ee8d47d

View File

@ -18,6 +18,11 @@ Dumb-aware "Highlight Usages"
`ParsingTestCase`: stable PSI check
: [`ParsingTestCase`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/ParsingTestCase.java) verifies that reparsing causes no changes (Parser bug).
Performance test classes and methods renamed to Benchmark
:
- [`PerformanceTestInfo`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/BenchmarkTestInfo.java)
- [`PlatformTestUtil.newPerformanceTest*()`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) methods have been renamed to [`PlatformTestUtil.newBenchmark*()`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java)
### IntelliJ IDEA 2024.3
Unbundled _Swing UI Designer_ Plugin