Changes
Page history
Update benchmarks
authored
Sep 14, 2021
by
Philippe Wang
Show whitespace changes
Inline
Side-by-side
benchmarks.md
View page @
2de97289
...
@@ -28,6 +28,78 @@
...
@@ -28,6 +28,78 @@
### Host=amd.local
### Host=amd.local
**USING RANDOM JOB ORDER**
```
0.03user 0.02system 26:19.13elapsed 0%CPU (0avgtext+0avgdata 12036maxresident)k
13720inputs+0outputs (125major+3077minor)pagefaults 0swaps
real 26m19.138s
user 0m0.301s
sys 0m0.082s
Indexing started on Tue Sep 14 12:23:35 AM PDT 2021 - ended on Tue Sep 14 02:13:57 AM PDT 2021
-----------------------------------------------------
Database:
HOST=localhost
DB=v960b
PORT=5432
PG_USER=phil
DB_USER=phil
PSQL_OPTIONS=
PSQL=time psql -h localhost -p 5432 -U phil v960b -a
Tezos node:
TEZOS_NODE=http://127.0.0.1:8732
TEZOS_NODE2=http://localhost:8735
TEZOS_NODE3=http://localhost:8736
TEZOS_NODE4=http://localhost:8732
TEZOS_NODE5=http://localhost:8733
TEZOS_NODE6=http://localhost:8734
TEZOS_NODE7=http://localhost:8735
TEZOS_NODE8=http://localhost:8736
TEZOS_NODE9=http://localhost:8737
TEZOS_NODEA=http://localhost:8738
# TEZOS_NODEB=
# TEZOS_NODEC=
Tezos-indexer:
TI=.
LOGS_DIR=/c/L/
BLOCK_CACHE_DIR=/home/phil/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=1680000
PROCESSES=64
LOGS_DIR=/c/L/
BLOCK_CACHE_DIR=/home/phil/blocks/
LOGS=/c/L//indexer-segment-2000-localhost-v960b
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@localhost:5432/v960b --tezos-url=http://localhost:8734 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8735 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8736 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8732 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8733 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8734 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8735 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8736 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8737 --block-cache-directory=/home/phil/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@localhost:5432/v960b --tezos-url=http://localhost:8738 --block-cache-directory=/home/phil/blocks/
# INDEXER_OPTIONSB=
# INDEXER_OPTIONSC=
Durations:
started: Tue Sep 14 12:23:25 AM PDT 2021 -- duration: 8211 seconds
apply DB schema from Tue Sep 14 12:23:26 AM PDT 2021 -- duration: 2 seconds
list contract addresses from Tue Sep 14 12:23:28 AM PDT 2021 -- duration: 0 seconds
record contract addresses into DB from Tue Sep 14 12:23:28 AM PDT 2021 -- duration: 7 seconds
start indexing from Tue Sep 14 12:23:35 AM PDT 2021 -- duration: 6622 seconds
conversion of DB from Tue Sep 14 02:13:57 AM PDT 2021 -- duration: 1579 seconds
average speed: 204 blocks / second, or 12276 blocks per minute
-----------------------------------------------------
start=Tue Sep 14 12:23:25 AM PDT 2021 end=Tue Sep 14 02:40:16 AM PDT 2021
```
**DB on Samsung 980PRO latest firmware**
**DB on Samsung 980PRO latest firmware**
```
```
...
...
...
...