diff --git a/bench/tx-generator/test/script.json b/bench/tx-generator/test/script.json index c247152ac6a..cb87c251c48 100644 --- a/bench/tx-generator/test/script.json +++ b/bench/tx-generator/test/script.json @@ -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": [] } -] +] \ No newline at end of file