Skip to content

Commit

Permalink
tx-generator: revert example script.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier authored and NadiaYvette committed Jul 1, 2024
1 parent 4804566 commit dd32da1
Showing 1 changed file with 79 additions and 10 deletions.
89 changes: 79 additions & 10 deletions bench/tx-generator/test/script.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,94 @@
[
"-- This is a comment.",
{
"comment": "This is another comment.",
"SetSocketPath": "logs/sockets/1"
"setNumberOfInputsPerTx": 1
},
{
"ReadSigningKey": ["pass-partout", "configuration/genesis-shelley/utxo-keys/utxo1.skey"]
"setNumberOfOutputsPerTx": 1
},
{
"Delay": 10
"setNumberOfTxs": 500
},
{
"Delay": 10
"setTxAdditionalSize": 0
},
{
"WaitForEra": "Byron"
"setFee": 0
},
{
"CancelBenchmark": []
"setTTL": 1000000
},
{
"Reserved": []
"startProtocol": "configuration/configuration-generator.yaml"
},
{
"setEra": "Mary"
},
{
"setLocalSocket": "logs/sockets/1"
},
{
"readSigningKey": "pass-partout",
"filePath": "configuration/genesis-shelley/utxo-keys/utxo1.skey"
},
{
"secureGenesisFund": "genFund",
"genesisKey": "pass-partout",
"fundKey": "pass-partout"
},
{
"delay": 10
},
{
"splitFund": [
"fund1",
"fund2",
"fund3",
"fund4"
],
"sourceFund": "genFund",
"newKey": "pass-partout"
},
{
"delay": 10
},
{
"splitFundToList": "fundList",
"sourceFund": "fund1",
"newKey": "pass-partout"
},
{
"prepareTxList": "txlist",
"newKey": "pass-partout",
"fundList": "fundList"
},
{
"setTargets": [
{
"addr": "127.0.0.1",
"port": 3000
},
{
"addr": "127.0.0.1",
"port": 3001
},
{
"addr": "127.0.0.1",
"port": 3002
}
]
},
{
"asyncBenchmark": [],
"txList": "txlist",
"tps": 10
},
{
"waitForEra": "Byron"
},
{
"cancelBenchmark": []
},
{
"reserved": []
}
]
]

0 comments on commit dd32da1

Please sign in to comment.