pre-calculated normals are slow in debug builds; lead to test timeouts in CI #22311
Labels
component: geometry proximity
Contact, distance, signed distance queries and related properties
priority: low
type: bug
What happened?
#22303
#22297
I bisected on test run-time over
memory_leak_test
on my local machine. It never times out locally (local resources are faster than CI), but its execution time jumped from 12sec to 20sec after the signed-distance-for-meshes patch landed. Note well that this is only for debug-built code; so it's mostly developers that would inconvenienced.Version
v1.36.0
What operating system are you using?
Ubuntu 22.04
What installation option are you using?
compiled from source code using Bazel
Relevant log output
No response
The text was updated successfully, but these errors were encountered: