feat: rewrite workload as modular Go stress engine#171
Merged
parthshah1 merged 6 commits intoFilecoinFoundationWeb:mainfrom Feb 23, 2026
Merged
feat: rewrite workload as modular Go stress engine#171parthshah1 merged 6 commits intoFilecoinFoundationWeb:mainfrom
parthshah1 merged 6 commits intoFilecoinFoundationWeb:mainfrom
Conversation
Replaces shell-script + monolithic-Go workload with a clean Go stress engine. Adds genesis-prep for pre-funded wallet generation, modular action vectors (consensus, evm, mempool, reorg), and a JSON-RPC client for Lotus + Forest.
Collaborator
|
If you tested this, lgtm. Is there an Antithesis run to look at? |
Collaborator
Author
|
Running one using the new github actions. |
Collaborator
Author
|
@ryao-01 Here are some tests running, have forest issues, but those should be fixed in current smoke test. https://cobalt-bunny.antithesis.com/report/2pzr2B_k8Yh7euzXW9WBVASE/QqUdNBusGj94g_8azOAHs7c2xmWo4TX4tSd5F3Banoc.html?auth=v2.public.eyJzY29wZSI6eyJSZXBvcnRTY29wZVYxIjp7ImFzc2V0IjoiUXFVZE5CdXNHajk0Z184YXpPQUhzN2MyeG1XbzRUWDR0U2Q1RjNCYW5vYy5odG1sIiwicmVwb3J0X2lkIjoiMnB6cjJCX2s4WWg3ZXV6WFc5V0JWQVNFIn19LCJuYmYiOiIyMDI2LTAyLTIyVDA4OjQ1OjI1Ljc4ODUwOTI4Nloifb1pAGbnnW5K1ZgMX6yJ9qA6UGsF0674KvcOwm7aHfADjGYAk9CRePL2AeH7Nlnn3QrPwDrR3yM7W3BDQMWDOg4. Will merge today. |
Collaborator
|
ok sounds good. If that latest smoke test is good, feel free to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces shell-script + monolithic-Go workload with a clean Go stress engine.
Adds genesis-prep for pre-funded wallet generation, modular action vectors
(consensus, evm, mempool, reorg), and a JSON-RPC client for Lotus + Forest.