Add benchmark detection script and related tests; refactor settings and update project scripts

This commit is contained in:
2026-06-01 11:01:53 +02:00
parent a89886186f
commit 9d8a8a8a45
6 changed files with 262 additions and 20 deletions
+1
View File
@@ -40,6 +40,7 @@ dev = [
[project.scripts]
arbitrade = "arbitrade.main:main"
arbitrade-bench-detection = "arbitrade.detection.benchmark:main"
[tool.hatch.build.targets.wheel]
packages = ["src/arbitrade"]