diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-11-22 16:46:28 +0100 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-11-22 16:46:28 +0100 |
| commit | e66bf82d5efeba26cf86fccafac20dee32fc95b9 (patch) | |
| tree | f72152ff7974e6ac1b4467e9d34866f898091b4e /pyproject.toml | |
| parent | 8035f6ac70e18c98dc4aec3eb25a293b58ffb240 (diff) | |
| download | focaccia-e66bf82d5efeba26cf86fccafac20dee32fc95b9.tar.gz focaccia-e66bf82d5efeba26cf86fccafac20dee32fc95b9.zip | |
Add benchmark script
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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"] |