-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Ica bench #261
Ica bench #261
Conversation
Example output
|
Codecov ReportBase: 39.24% // Head: 38.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #261 +/- ##
==========================================
- Coverage 39.24% 38.76% -0.48%
==========================================
Files 92 92
Lines 6092 6077 -15
==========================================
- Hits 2391 2356 -35
- Misses 3701 3721 +20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
You're not seeing the error because the version of Rust in CI is newer than your local version. Just fix the error so the CI passes. |
Gotcha it appears to be a new problem on Master too. Assuming it happened with the Rust release Nov 3rd. I addressed it and reran the test locally with no issues with the latest Rust. |
Can you do the benchmark comparison in #228 after merging this? |
Sure thing |
I don't have permission to merge per "Only those with write access to this repository can merge pull requests." However, below are the necessary things that can be dumped in that issue once you merge. Also, the report is attached as a zip file. Context
Run: cargo bench -p linfa-ica
Run cargo bench -p linfa-ica -F intel-mkl-static
|
Additions
Adds benchmarking code for linfa-ica it is a small refactor of the provided example. Will add benchmark stats if accepted.