Build benchmarks in GitHub actions#33
Build benchmarks in GitHub actions#33ElijahVlasov wants to merge 3 commits intoNethermindEth:mainfrom
Conversation
|
|
Co-authored-by: v0-e <xyz.vieira@gmail.com>
maksimryndin
left a comment
There was a problem hiding this comment.
@ElijahVlasov thanks for the contribution :)
What is the rationale of building benches without running them?
Well, it's definitely worth looking into things like https://github.com/marketplace/actions/continuous-benchmark. For the time being, it's nice to see when benches fail to build, not to figure out why the clippy step's failed. |
Co-authored-by: v0-e <134806759+v0-e@users.noreply.github.com>
84f310c to
6a43472
Compare
Does @cupicmarko you've cooked some benchmark action? Can we use it? |
|
Does it make sense to remove - name: Build
run: cargo test --workspace --verbose --no-run? |
Yeah 👍 |
@maksimryndin yes, I can publish it as a github-action and we can try it on a real project. |
|
On the |
Doesn't |
that's what I've meant. To use a |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep it up! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
It's nice to have a dedicated step that builds benchmarks.