Skip to content

Build benches in github actions#14

Open
ElijahVlasov wants to merge 2 commits intomainfrom
ElijahVlasov/build-benches
Open

Build benches in github actions#14
ElijahVlasov wants to merge 2 commits intomainfrom
ElijahVlasov/build-benches

Conversation

@ElijahVlasov
Copy link
Copy Markdown
Collaborator

It's nice to have a dedicated step that build benchmarks.

Copy link
Copy Markdown
Collaborator

@frozenspider frozenspider left a comment

Choose a reason for hiding this comment

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

Good call!

@maksimryndin
Copy link
Copy Markdown

my question here is what for? Do we use the built artifacts from this action somehow later?
a relevant discussion NethermindEth/rust-template#33

- name: Build
run: cargo test --workspace --verbose --no-run
- name: Build benches
run: cargo build --benches --all-features --all-targets
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

--all-targets includes --benches anyway

@maksimryndin
Copy link
Copy Markdown

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

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