Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include rust core in Benchmarks workflow #2107

Open
AmmarAbouZor opened this issue Sep 30, 2024 · 0 comments
Open

Include rust core in Benchmarks workflow #2107

AmmarAbouZor opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
new newly created issue

Comments

@AmmarAbouZor
Copy link
Member

After the integration of benchmarks in Rust Core part in #2104, it would be good to include those benchmarks in the automated benchmarks workflow as well. Here are some key points:

  • All benchmarks are written the crate criterion, which provides option to get the output in many formats (like json) which can pe parsed easily.
  • The benchmarks are currently in the projects sources and processor.
  • Some benchmarks need an input source and accept additional configuration. Both of them can be passed via environment variable. The current ones are CHIPMUNK_BENCH_SOURCE and CHIPMUNK_BENCH_CONFIG
  • Currently there is an implementation for those benchmarks in the build CLI tool, but it doesn't support configuring the output of the benchmarks or passing any argument to cargo bench ... command.
@github-actions github-actions bot added the new newly created issue label Sep 30, 2024
@itsmesamster itsmesamster self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new newly created issue
Projects
None yet
Development

No branches or pull requests

3 participants