erigontech / erigontech/silkworm
perf-workflow: extract run test logic to external script
Open
perf testing
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the GitHub workflow running the RPC performance tests contains quite a lot bash code in some steps, especially [here](https://github.com/erigontech/silkworm/blob/master/.github/workflows/rpc-performance-tests.yml#L62).
We should improve this by placing such code in a dedicated bash script, which would also allow to run the workflow steps on any machine if needed.
Contributor guide
Assessment
This issue has not been assessed yet.