mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Fixes benchmark test for the new isDraft parameter
This commit is contained in:
parent
d1646761d2
commit
1bfe57da63
@ -63,6 +63,7 @@ class GiftWrapSigningBenchmark {
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null,
|
||||
isDraft = false,
|
||||
signer = sender,
|
||||
) {
|
||||
countDownLatch.countDown()
|
||||
@ -91,6 +92,7 @@ class GiftWrapSigningBenchmark {
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null,
|
||||
isDraft = false,
|
||||
signer = sender,
|
||||
) {
|
||||
msg = it
|
||||
@ -132,6 +134,7 @@ class GiftWrapSigningBenchmark {
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null,
|
||||
isDraft = false,
|
||||
signer = sender,
|
||||
) {
|
||||
SealedGossipEvent.create(
|
||||
@ -177,6 +180,7 @@ class GiftWrapSigningBenchmark {
|
||||
markAsSensitive = true,
|
||||
zapRaiserAmount = 10000,
|
||||
geohash = null,
|
||||
isDraft = false,
|
||||
signer = sender,
|
||||
) {
|
||||
SealedGossipEvent.create(
|
||||
|
Loading…
x
Reference in New Issue
Block a user