Tony Z
Tony Z
collected localnet metrics with preset tx sizes for stable peak TPS, and here are some early observations. **Test Machine** Apple M1 Pro\16GB mem **Metrics Collection Procedure** 1. close as many...
Collected TPS metrics with various 1) # of authorizers; 2) # of keys of payer; 3) size of tx arg. Raw data is in https://docs.google.com/spreadsheets/d/1eCH67Gmf9bfOHpyIghyCf8yR72aWt8D2j_OEzB8jOB4/edit#gid=793558270 Observations: 1. Size of Tx...
Update: discussed above information with @janezpodhostnik: 1. We will need to collect similar metrics from Benchnet, which is closer to real production env. 2. After above is done, we will...
@bluesign let me put the raw metrics here: Total Tx Size (bytes) | sealed tx rate -- | -- 390 | 90 500 | 90 750 | 88 1000 |...
Updates on benchnet metrics collection: I've been following runbook [here](https://www.notion.so/dapperlabs/BenchNet1-073c56e38d874925a473a5bd8155ac02) to setup and run benchnet for `const-exec` type of load testing, hoping to collect meaningful metrics, but unfortunately there seems...
In terms of the instability of TPS metrics from benchnet, there are more observations: https://www.notion.so/dapperlabs/2022-Aug-9-v0-27-1-Benchmark-30165199234c462ba699da42ecccf72f#03fad5854ae641f4a029523f979dfa36 by @zhangchiqing and https://axiomzen.slack.com/archives/C015G65HR2P/p1660707233633889 by @simonhf
Collected same set of metrics from canary and ran a couple of BigQueries to get more insights. TLDR: 1. Metrics data (stable peak sealed TPS) from canary is aligned with...
FLIP merged at https://github.com/onflow/flips/pull/12
Update: did a quick offline review with @m4ksio . Things to refine: instead of storing ComputationResult into BadgerDB, which may introduce extra storage overhead(could be hundreds of GB), we can...
exciting initiative. - question: why use Python instead of Golang's own `text/template`? if we add new language in flow-go, we may want to update the `install-tools` target in the main...