# 이 레인에서 그 플래그는 사라졌다
0

# 그러나 저장소에는 남아 있다 — 같은 플래그가 다른 레인을 게이트한다
src/adapter/outbound/httpclient/build.gradle:190:            test.systemProperty 'performance.assertions.enabled',
src/adapter/outbound/httpclient/build.gradle:191:                    (project.findProperty('performance.assertions.enabled') ?: 'false').toString()
src/adapter/outbound/persistence-mongo/build.gradle:148:            test.systemProperty 'performance.assertions.enabled',
src/adapter/outbound/persistence-mongo/build.gradle:149:                    (project.findProperty('performance.assertions.enabled') ?: 'true').toString()
.github/workflows/httpclient-nightly.yml:45:      GRADLE_OPTS: -Dorg.gradle.project.performance.assertions.enabled=true

# 옛 소스셋 이름이 남아 있는 곳
21:    sourceSet('jpaPlatformPerformanceTest') { compilesAgainst 'main', 'testkit' }
91:    jpaPlatformPerformanceTestImplementation 'org.testcontainers:testcontainers'
92:    jpaPlatformPerformanceTestImplementation 'org.testcontainers:testcontainers-postgresql'
93:    jpaPlatformPerformanceTestImplementation 'org.testcontainers:testcontainers-junit-jupiter'
94:    jpaPlatformPerformanceTestRuntimeOnly 'org.postgresql:postgresql'
273:// It was `jpaPlatformPerformanceTest`, described as certifying pool and REQUIRES_NEW pressure, and
290:    testClassesDirs = sourceSets.jpaPlatformPerformanceTest.output.classesDirs
291:    classpath = sourceSets.jpaPlatformPerformanceTest.runtimeClasspath
328:    inputs.dir(file('src/jpaPlatformPerformanceTest/java'))
