testPropertySourcePerformance() — spring-boot Function Reference
Architecture documentation for the testPropertySourcePerformance() function in ConfigurationPropertySourcesTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607["testPropertySourcePerformance()"] 37e6dd86_25e1_ad51_58d9_2938c51fb3e8["environmentPropertyAccessWhenImmutableShouldBePerformant()"] 37e6dd86_25e1_ad51_58d9_2938c51fb3e8 -->|calls| 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607 bf49e731_84ec_a9a8_ec89_f49b1623fc07["environmentPropertyAccessWhenMutableWithCacheShouldBePerformant()"] bf49e731_84ec_a9a8_ec89_f49b1623fc07 -->|calls| 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607 f929b3a8_53e2_f103_b302_7279f4f4a666["environmentPropertyAccessWhenMutableShouldBeTolerable()"] f929b3a8_53e2_f103_b302_7279f4f4a666 -->|calls| 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607 6669a4c6_e573_88ab_d3de_44f7b6ac5e32["createPerformanceTestEnvironment()"] 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607 -->|calls| 6669a4c6_e573_88ab_d3de_44f7b6ac5e32 style 10a4d60f_b0e9_c2fb_ed3a_fbcca81a0607 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java lines 185–188
private long testPropertySourcePerformance(boolean immutable) {
StandardEnvironment environment = createPerformanceTestEnvironment(immutable);
return testPropertySourcePerformance(environment);
}
Domain
Subdomains
Called By
- environmentPropertyAccessWhenImmutableShouldBePerformant()
- environmentPropertyAccessWhenMutableShouldBeTolerable()
- environmentPropertyAccessWhenMutableWithCacheShouldBePerformant()
Source
Frequently Asked Questions
What does testPropertySourcePerformance() do?
testPropertySourcePerformance() is a function in the spring-boot codebase.
What does testPropertySourcePerformance() call?
testPropertySourcePerformance() calls 1 function(s): createPerformanceTestEnvironment.
What calls testPropertySourcePerformance()?
testPropertySourcePerformance() is called by 3 function(s): environmentPropertyAccessWhenImmutableShouldBePerformant, environmentPropertyAccessWhenMutableShouldBeTolerable, environmentPropertyAccessWhenMutableWithCacheShouldBePerformant.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free