Skip to content

Commit

Permalink
test script with small splitting phase
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Jul 28, 2021
1 parent 94bce75 commit c73fbf0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions bench/script/test-wallet.json
@@ -1,9 +1,10 @@
[
{ "setNumberOfInputsPerTx": 1 },
{ "setNumberOfOutputsPerTx": 1 },
{ "setNumberOfInputsPerTx": 2 },
{ "setNumberOfOutputsPerTx": 2 },
{ "setNumberOfTxs": 3000 },
{ "setTxAdditionalSize": 0 },
{ "setFee": 0 },
{ "setTxAdditionalSize": 100 },
{ "setFee": 170000 },
{ "setMinValuePerUTxO": 1000000 },
{ "setTTL": 1000000 },
{ "startProtocol": "run/current/node-0/config.json" },
{ "setEra": "Allegra" },
Expand All @@ -17,7 +18,7 @@
{ "readSigningKey": "pass-partout", "filePath": "run/current/genesis/utxo-keys/utxo1.skey" },
{ "importGenesisFund": "pass-partout", "fundKey": "pass-partout" },
{ "delay": 10 },
{ "createChange" : 1000, "count" : 2000 },
{ "createChange" : 1730000000000, "count" : 12 },
{ "runBenchmark": "walletBasedBenchmark", "txCount": 1000, "tps": 10 },
{ "waitBenchmark": "walletBasedBenchmark" }
]

0 comments on commit c73fbf0

Please sign in to comment.