-
Notifications
You must be signed in to change notification settings - Fork 15
Transaction Generator: Test Cases
Denis Shevchenko edited this page Sep 25, 2019
·
9 revisions
This page describes the first benchmarking results of transaction generator.
The first results was collected on this computer:
- CPU: Intel Core i7-7500U 2.70GHz
- Memory: 16 GB DDR4
- OS: Debian 10 amd64
Run a cluster:
$ cd cardano-node
$ tmux
$ ./scripts/shelley-testnet.sh
Run a generator (in another terminal):
$ cd cardano-node
$ ./scripts/generator.sh -n 0
- Each benchmarking transaction has 1 input and 1 output, with fixed amount of money (100 ADA).
- Slot duration = 20 sec.
-
txNumServiceTime
= 0.01 sec.
Txs number | Handling time | Avg. memory usage | Avg. CPU usage |
---|---|---|---|
10k | 05:40 | 238514 | 85% |
50k | 26:28 | 663014 | 84% |
- Each benchmarking transaction has 1 input and 1 output, with fixed amount of money (100 ADA).
- Slot duration = 20 sec.
-
txNumServiceTime
= 0
Txs number | Handling time | Avg. memory usage | Avg. CPU usage |
---|---|---|---|
10k | 04:24 | 238514 | 85% |
50k | 20:10 | 663014 | 84% |