add examples performance regression test

This commit is contained in:
Jan Petykiewicz 2026-03-29 12:50:22 -07:00
commit a8c876ae69
4 changed files with 394 additions and 15 deletions

View file

@ -77,4 +77,6 @@ lint.ignore = [
[tool.pytest.ini_options]
addopts = "-rsXx"
testpaths = ["inire"]
markers = [
"performance: opt-in runtime regression checks against example-like routing scenarios",
]