mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Faster comparisons on GiftWrap Benchmarks
This commit is contained in:
parent
e3f3350c85
commit
0429c4dc3a
@ -76,12 +76,7 @@ class GiftWrapBenchmark {
|
||||
expectedLength,
|
||||
events!!
|
||||
.wraps
|
||||
.map {
|
||||
println("TEST ${it.toJson()}")
|
||||
it.toJson()
|
||||
}
|
||||
.joinToString("")
|
||||
.length,
|
||||
.sumOf { it.toJson().length },
|
||||
)
|
||||
|
||||
// Simulate Receiver
|
||||
|
Loading…
x
Reference in New Issue
Block a user