Fixes benchmark test for the new isDraft parameter
This commit is contained in:
+4
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user