-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
CURA-11378 stress benchmarks #1988
Conversation
Reads in a number of known problematic polygons and settings and counts how many crashes occur in those shapes Contributes to CURA-11378
Contributes to CURA-11378
Showing the failed test cases in the tooltip Contributes to CURA-11378
Contributes to CURA-11378
|
||
std::vector<Resource> getResources() | ||
{ | ||
auto resource_path = std::filesystem::path(std::source_location::current().file_name()).parent_path().append("resources"); |
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.
std::source_location
is not available on mac 😔
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.
I like it when both of you are on a ticket, makes reviewing easy; when walking through the commits, each time when one of you introduces something I don't like the other removes it like 2 commits later :-p
I'll try to merge main into it, if that passes (enough), I'll merge it back to main.
Description
https://ultimaker.github.io/CuraEngineBenchmarks/dev/stress_bench/
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: