We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac99f5b commit c7f02cfCopy full SHA for c7f02cf
modelql-core/src/jvmTest/kotlin/org/modelix/modelql/core/PerformanceTests.kt
@@ -47,7 +47,7 @@ class PerformanceTests {
47
val query = buildMonoQuery<Int, Int> { it.filter { it.equalTo(0) } }
48
val intRange = 1..100000
49
50
- compareBenchmark(100, 10.0, {
+ compareBenchmark(100, 20.0, {
51
query.asSequence(QueryEvaluationContext.EMPTY, intRange.asSequence()).count()
52
}, {
53
intRange.asSequence().filter { it == 0 }.count()
0 commit comments