Faster comparisons on GiftWrap Benchmarks

This commit is contained in:
Vitor Pamplona 2024-02-21 11:25:08 -05:00
parent e3f3350c85
commit 0429c4dc3a

View File

@ -76,12 +76,7 @@ class GiftWrapBenchmark {
expectedLength,
events!!
.wraps
.map {
println("TEST ${it.toJson()}")
it.toJson()
}
.joinToString("")
.length,
.sumOf { it.toJson().length },
)
// Simulate Receiver