Skip to content
Update benchmarks authored by Philippe Wang's avatar Philippe Wang
......@@ -24,6 +24,70 @@
# Run times
## indexer v9.7.0rc2
### Host=amd.local -- in Docker!
running inside Docker hasn't shown a significant difference
```
#####################################
Database:
HOST=192.168.42.108
DB=v970rc
PORT=5432
PG_USER=phil
DB_USER=phil
PSQL_OPTIONS=
PSQL=time psql -h 192.168.42.108 -p 5432 -U phil v970rc -a
Tezos node:
TEZOS_NODE=http://localhost:8732
TEZOS_NODE2=http://192.168.42.108:8733
TEZOS_NODE3=http://192.168.42.108:8734
TEZOS_NODE4=http://192.168.42.108:8735
TEZOS_NODE5=http://192.168.42.108:8736
TEZOS_NODE6=http://192.168.42.108:8737
TEZOS_NODE7=http://192.168.42.108:8738
TEZOS_NODE8=http://192.168.42.108:8733
TEZOS_NODE9=http://192.168.42.108:8734
TEZOS_NODEA=http://192.168.42.108:8735
Tezos-indexer:
TI=/home/tezos
LOGS_DIR=/tmp/
BLOCK_CACHE_DIR=/home/tezos/blocks
INDEXER_DATAKINDS=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support
INDEXER_RUN=--use-disk-cache --debug --verbosity=1 --verbose
INDEXER_OTHER_OPTIONS=
gsize=2000
top=1700000
PROCESSES=48
LOGS_DIR=/tmp/
BLOCK_CACHE_DIR=/home/tezos/blocks
LOGS=/tmp//indexer-segment-2000-192.168.42.108-v970rc
INDEXER_OPTIONS1=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8732 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS2=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8733 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS3=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8734 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS4=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8735 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS5=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8736 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS6=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8737 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS7=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8738 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS8=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8733 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONS9=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8734 --block-cache-directory=/home/tezos/blocks
INDEXER_OPTIONSA=--no-contract-balances --no-snapshot --do-not-get-missing-scripts --no-watch --tokens-support --use-disk-cache --debug --verbosity=1 --verbose --db=postgresql://phil@192.168.42.108:5432/v970rc --tezos-url=http://192.168.42.108:8735 --block-cache-directory=/home/tezos/blocks
Durations:
STARTED ON Wed Sep 22 23:28:52 UTC 2021 -- TOTAL DURATION: 2h20m54s
- apply DB schema from Wed Sep 22 23:28:52 UTC 2021 -- duration: 0s
- list contract addresses from Wed Sep 22 23:28:52 UTC 2021 -- duration: 0s
- record contract addresses into DB from Wed Sep 22 23:28:52 UTC 2021 -- duration: 0s
- start indexing from Wed Sep 22 23:28:52 UTC 2021 -- duration: 1h53m8s
- conversion of DB from Thu Sep 23 01:22:00 UTC 2021 -- duration: 27m46s
- average speed: 201 blocks / second, or 12065 blocks per minute, 9534 operations per second
############################
```
## indexer v9.6.0rc1
### Host=amd.local with some PG configuration tweaking
......
......