bench: add board place benchmark

This commit is contained in:
2025-02-28 20:53:36 -05:00
parent 47050a6871
commit 97d914238c
5 changed files with 37 additions and 3 deletions

View File

@@ -42,6 +42,10 @@ criterion = { version = "0.5", features = [ "html_reports" ] }
name = "future_children"
harness = false
[[bench]]
name = "board"
harness = false
[lints.rust]
# fix weird warnings about `test` not being expected
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(test)'] }