Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update benchmarks
authored
Nov 20, 2021
by
Philippe Wang
Show whitespace changes
Inline
Side-by-side
benchmarks.md
View page @
d04eb427
...
@@ -24,6 +24,65 @@
...
@@ -24,6 +24,65 @@
# Run times
# Run times
## indexer v9.8.0rc3
```
#####################################
Database:
HOST=localhost
DB=v980rcbm
PORT=5433
PG_USER=phil
DB_USER=phil
PSQL_OPTIONS=
PSQL=time psql -h localhost -p 5433 -U phil v980rcbm -a
Tezos node:
TEZOS_NODE=http://127.0.0.1:8732
TEZOS_NODE2=http://localhost:8733
TEZOS_NODE3=http://localhost:8734
TEZOS_NODE4=http://localhost:8735
TEZOS_NODE5=http://localhost:8736
TEZOS_NODE6=http://localhost:8737
TEZOS_NODE7=http://localhost:8738
TEZOS_NODE8=http://localhost:8733
TEZOS_NODE9=http://localhost:8734
TEZOS_NODEA=http://localhost:8735
Tezos-indexer:
TI=.
LOGS_DIR=/tmp/L
BLOCK_CACHE_DIR=/home/phil/blocks/
INDEXER_DATAKINDS=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support
INDEXER_RUN=--use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000
INDEXER_OTHER_OPTIONS=
gsize=2000
top=1810000
PROCESSES=48
LOGS_DIR=/tmp/L
BLOCK_CACHE_DIR=/home/phil/blocks/
LOGS=/tmp/L/indexer-segment-2000-localhost-v980rcbm
INDEXER_OPTIONS1=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8732 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS2=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8733 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS3=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8734 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS4=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8735 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS5=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8736 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS6=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8737 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS7=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8738 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS8=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8733 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONS9=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8734 --block-cache-directory=/home/phil/blocks/
INDEXER_OPTIONSA=--no-contract-balances --no-snapshot --skip-prebaby --no-watch --tokens-support --use-disk-cache --debug --verbosity 1 --verbose --timeout 300s --auto-recovery-credit 1000 --db=postgresql://phil@localhost:5433/v980rcbm --tezos-url=http://localhost:8735 --block-cache-directory=/home/phil/blocks/
Durations:
STARTED ON Fri Nov 19 04:15:20 PM PST 2021 -- TOTAL DURATION: 4h59m16s
- apply DB schema from Fri Nov 19 04:15:20 PM PST 2021 -- duration: 0s
- list contract addresses from -- duration: 0s
- record contract addresses into DB from -- duration: 454824h15m20s
- start indexing from Fri Nov 19 04:15:20 PM PST 2021 -- duration: 2h32m27s
- conversion of DB from Fri Nov 19 06:47:47 PM PST 2021 -- duration: 2h26m49s
- average speed: 100 blocks / second, or 6048 blocks per minute, 5483 operations per second
############################
```
## indexer v9.7.8 unreleased - PG14
## indexer v9.7.8 unreleased - PG14
### with DB hosted on **hard drive**
### with DB hosted on **hard drive**
...
...
...
...