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 more benchmarks #1

Open
anthonyclays opened this issue Jun 22, 2015 · 1 comment
Open

Add more benchmarks #1

anthonyclays opened this issue Jun 22, 2015 · 1 comment
Assignees

Comments

@anthonyclays
Copy link
Contributor

Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.

Some benchmark suggestions:

  • Linear algebra routines (SVD, matrix inverse, eigenvalues...)
  • Number theory functions (primality tests, integer factorization...)
  • Optimization (test using rosenbrock function, count the number of objective function calls)
@rugheid rugheid self-assigned this Jun 22, 2015
@anthonyclays
Copy link
Contributor Author

  • For testing performance of complex numbers, you can compute the mandelbrot fractal into a 2D array.

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