-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Describe the bug
According to the usage documentation (usage.md), the current version fails to run on a local backend for development purposes out of the box.
To Reproduce
The first step is to start the storage containers. However, the command provided in the documentation fails with the following error message:
(python-venv) [karl@Z serverless-benchmarks]$ ./sebs.py storage start minio --port 9011 --output-json out_storage.json --verbose
Usage: sebs.py storage start [OPTIONS] {object|nosql|all} CONFIG
Try 'sebs.py storage start --help' for help.
Error: No such option: --port
Expected behavior
Following the documentation, I expected the benchmark suite to successfully run a demo function using a local backend.
Logs
Please provide the output of SeBS commands causing the problem, executed with the flag --verbose. Please use the Markdown fenced code blocks (...) to format error logs.
The error message has been included above under the "To Reproduce" section. All commands were run with the --verbose flag.
System (please complete the following information):
- SeBS version (release, branch, git commit): master branch, 3266d2d
- Python version: 3.13.2
- OS: Linux Z 6.13.8-arch1-1 Support cloud triggers other than HTTP #1 SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:30 +0000 x86_64 GNU/Linux
Additional context
Add any other context about the problem here.