Files
dorf/pathfinding_benchmark_current.csv
T
popertots d2ec1fb5dc fix: correct inverted logic in prepare_paths - entities without paths were being skipped
The condition 'if ambulatory.current_path.is_none() || pending_async.is_some()' was backwards.
It should skip entities that ALREADY have a path, not entities WITHOUT a path.

Fixed to properly skip entities with existing paths or pending async tasks.
2026-03-18 16:47:51 +00:00

5 lines
102 B
CSV

sample,path_duration_us,path_length,nodes_expanded,success
# Summary
# total_paths,0
# failed_paths,0