File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/kediatr-core/src/test/kotlin/com/trendyol/kediatr Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package com.trendyol.kediatr
55import com.trendyol.kediatr.testing.*
66import io.kotest.core.spec.style.ShouldSpec
77import io.kotest.matchers.comparables.shouldBeLessThan
8- import io.kotest.matchers.doubles.shouldBeGreaterThan
8+ import io.kotest.matchers.doubles.*
99import io.kotest.matchers.shouldBe
1010import kotlin.system.measureTimeMillis
1111
@@ -126,7 +126,7 @@ class CachedRegistryPerformanceTest :
126126
127127 // Cached should be significantly faster
128128 cachedTime shouldBeLessThan (uncachedTime)
129- improvementRatio shouldBeGreaterThan 2.0 // Pipeline behaviors should show even better improvement
129+ improvementRatio shouldBeGreaterThanOrEqual 2.0 // Pipeline behaviors should show even better improvement
130130 }
131131
132132 should(" demonstrate end-to-end mediator performance improvement" ) {
You can’t perform that action at this time.
0 commit comments