Skip to content

feat(loadtest): track preconfs#839

Merged
minhd-vu merged 31 commits intomainfrom
preconf-loadtest
Feb 6, 2026
Merged

feat(loadtest): track preconfs#839
minhd-vu merged 31 commits intomainfrom
preconf-loadtest

Conversation

@minhd-vu
Copy link
Contributor

@minhd-vu minhd-vu commented Jan 28, 2026

Description

Jira / Linear Tickets

Testing

polycli loadtest \
	--rpc-url "$rpc_url" \
	--check-preconf \
	--preconf-stats-file "preconf-$(date +%s).json" \
	--rate-limit 100 \
	--mode t \
	--concurrency 500 \
	--requests 10 \
	--sending-accounts-file private-keys.txt \
	--random-recipients

@minhd-vu minhd-vu marked this pull request as draft January 28, 2026 15:44
@minhd-vu minhd-vu changed the title feat(loadtest): support preconfs feat(loadtest): track preconfs Jan 28, 2026
@minhd-vu minhd-vu marked this pull request as ready for review February 5, 2026 17:36
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2026

Copy link
Member

@leovct leovct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm but couldn't test against a kurtosis devnet as preconfs are not supported for now

# preconf-1770368950.json
{
  "summary": {
    "total_tasks": 0,
    "preconf_success": 0,
    "preconf_fail": 0,
    "both_failed": 0,
    "ineffective_preconf": 0,
    "false_positives": 0,
    "confidence": 0,
    "receipt_success": 0,
    "receipt_fail": 0,
    "total_gas_used": 0
  },
  "transactions": []
}

@minhd-vu minhd-vu merged commit 9081cc6 into main Feb 6, 2026
16 checks passed
@minhd-vu minhd-vu deleted the preconf-loadtest branch February 6, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants