We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db82015 commit 06fab31Copy full SHA for 06fab31
.github/workflows/benchmark.yml
@@ -88,7 +88,7 @@ jobs:
88
DUMP_DIR=../dump ./src/flamenco/runtime/tests/run_ledger_backtest.sh \
89
-l mainnet-368528500-perf \
90
-y 5 -m 2000000 -e 368529500 -c 3.0.0 \
91
- --log new.log --skip-checksum
+ --log new.log
92
SPS_NEWVAL=$(grep "Backtest playback done." new.log | awk -F 'sec/slot: ' '{print $2}')
93
TOTAL_ELAPSED_NEWVAL=$(grep "Backtest playback done." new.log | awk -F 'elapsed: ' '{print $2}' | awk '{print $1}')
94
SNAPSHOT_LOAD_NEWVAL=$(grep "accounts from snapshot in" new.log | awk -F 'accounts from snapshot in ' '{print $2}' | awk '{print $1}')
0 commit comments