about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-11-22 16:46:28 +0100
committerChristian Krinitsin <mail@krinitsin.com>2025-11-22 16:46:28 +0100
commite66bf82d5efeba26cf86fccafac20dee32fc95b9 (patch)
treef72152ff7974e6ac1b4467e9d34866f898091b4e /pyproject.toml
parent8035f6ac70e18c98dc4aec3eb25a293b58ffb240 (diff)
downloadfocaccia-e66bf82d5efeba26cf86fccafac20dee32fc95b9.tar.gz
focaccia-e66bf82d5efeba26cf86fccafac20dee32fc95b9.zip
Add benchmark script
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ce85a55..79a2fd6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,6 +34,7 @@ focaccia = "focaccia.cli:main"
 convert = "focaccia.tools.convert:main"
 validate-qemu = "focaccia.tools.validate_qemu:main"
 capture-transforms = "focaccia.tools.capture_transforms:main"
+benchmark-focaccia = "focaccia.tools.benchmark_focaccia:main"
 
 [build-system]
 requires = ["hatchling"]