-
Notifications
You must be signed in to change notification settings - Fork 202
Add job for testing simsimd dynamic dispatch to nightly build-and-deploy workflow #5007
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
Conversation
967b01b
to
ed0d140
Compare
156cda3
to
37146db
Compare
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5007 +/- ##
=======================================
Coverage 87.98% 87.99%
=======================================
Files 1418 1418
Lines 64597 64597
Branches 7627 7627
=======================================
+ Hits 56838 56843 +5
+ Misses 7730 7725 -5
Partials 29 29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
37146db
to
e5fef28
Compare
@@ -0,0 +1,45 @@ | |||
import gdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is the best place to put the testing script, let me know if there is a better place
Benchmark ResultMaster commit hash:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update testing script Update script Remove testing script Update rust build Update tests so that it passes in wasm Add testing script Fix script Fix indentation Fix script Fix indentation Fix script Add CI workflow for simsimd dispatch test Move job to build and deploy workflow Fix yaml Add test trigger Add dependency on build job Move CI job to separate workflow
e5fef28
to
d8851c5
Compare
Benchmark ResultMaster commit hash:
|
Description
Add a job to the nightly
build-and-deploy
workflow that tests to see if simsimd's dynamic dispatch is working as expected. The job will download the nightly build of the kuzu shell and run the test on a newly-selected CI runner. Ideally this would over time test out all the combinations of build + execution machines.Contributor agreement