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

Add benchmarking #27

Open
fikovnik opened this issue Dec 6, 2024 · 0 comments
Open

Add benchmarking #27

fikovnik opened this issue Dec 6, 2024 · 0 comments
Assignees

Comments

@fikovnik
Copy link
Member

fikovnik commented Dec 6, 2024

We need benchmarks.

Right now, we have some benchmarks from RBenchmarking which are run alongside the R BC interpreter.
They are not great - they have to be modified so all functions are compiled, plus they run in the same session.

I think it will be better to support the RBenchmarking directly.
What do we want to measure:

  • peak performance -- when the function is compiled into native code
  • infrastructure overhead
    • with hot and cold cache

We want to compare with:

  • GNU-R BC
  • GNU-R AST
  • RIR?
  • FastR?
@fikovnik fikovnik changed the title Add benchamrking Add benchmarking Dec 6, 2024
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

No branches or pull requests

2 participants