Add pathfinding benchmark binary

This commit is contained in:
hal8174 2025-03-29 19:40:04 +01:00
parent b8f83ec4eb
commit 34ff825ff0
3 changed files with 142 additions and 0 deletions

View file

@ -30,3 +30,4 @@ serde_json = "1.0.108"
serde_yaml = "0.9.34"
termcolor = "1.4.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }