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

[FEAT] Bechmark Matrix operations #22

Open
KjetilIN opened this issue May 28, 2024 · 3 comments
Open

[FEAT] Bechmark Matrix operations #22

KjetilIN opened this issue May 28, 2024 · 3 comments
Labels
bench Involve a request to do benchmark testing on a item enhancement New feature or request Matrix:: Anything related to the matrix struct

Comments

@KjetilIN
Copy link
Owner

🚀 Feature

Description
Tests that benchmark the Matrix. Check its performance. Benchmark the most important Matrix operations (and find out what they are)

Proposed Solution
More research is required here. There is a common bench marking packages used for bench marking in Rust.

Should also add a markdown file of bench mark times, and then add it to the REAME.md file (as refrence).
Should be done before v0.1.0. See issue #18

Additional Context / Resources
Check other libraries in Rust. They have structured benchmark tests within the ./tests/ folder.

@KjetilIN KjetilIN added bench Involve a request to do benchmark testing on a item enhancement New feature or request labels May 28, 2024
@KjetilIN
Copy link
Owner Author

Basic Matrix multiplication benchmark:

Image

@KjetilIN
Copy link
Owner Author

With larger size:

Image

@KjetilIN
Copy link
Owner Author

Added these two benchmarks in branch for the issue #6

Moved to backlog for now

@KjetilIN KjetilIN added the Matrix:: Anything related to the matrix struct label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bench Involve a request to do benchmark testing on a item enhancement New feature or request Matrix:: Anything related to the matrix struct
Projects
None yet
Development

No branches or pull requests

1 participant