mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 22:36:49 +01:00
Faster comparisons on GiftWrap Benchmarks
This commit is contained in:
@@ -76,12 +76,7 @@ class GiftWrapBenchmark {
|
|||||||
expectedLength,
|
expectedLength,
|
||||||
events!!
|
events!!
|
||||||
.wraps
|
.wraps
|
||||||
.map {
|
.sumOf { it.toJson().length },
|
||||||
println("TEST ${it.toJson()}")
|
|
||||||
it.toJson()
|
|
||||||
}
|
|
||||||
.joinToString("")
|
|
||||||
.length,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Simulate Receiver
|
// Simulate Receiver
|
||||||
|
|||||||
Reference in New Issue
Block a user