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

Benchmarking: Add test for translation performance #95

Closed
rafzi opened this issue Oct 24, 2021 · 0 comments
Closed

Benchmarking: Add test for translation performance #95

rafzi opened this issue Oct 24, 2021 · 0 comments

Comments

@rafzi
Copy link
Member

rafzi commented Oct 24, 2021

The current ones only test performance of the translated code.

Something like the following should be fine

.global main
main:
  .rept 10000000
  nop
  .endr
  li a0, 0
  ret
@Samanti-Das Samanti-Das mentioned this issue Aug 2, 2022
@wysiwyng wysiwyng closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 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