mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:57:29 +01:00
Fixes benchmark test for the new isDraft parameter
This commit is contained in:
@@ -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