Skip to content

Commit

Permalink
Reiterate on Requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Jun 28, 2024
1 parent 9e35d86 commit afbf7b3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ operations in containerized environments.

### Non-Functional Requirements
Usability:
- The benchmarking tool must be fully containerized using Docker.
- Users should be able to pull the Docker image from a public Docker repository.
- The tool must include a Docker Compose file.
- The tool should provide a user-friendly interface for configuring and starting benchmarks.
- The tool should provide easy to understand output for the benchmarking results
- The tool should provide a command line interface for configuring and starting benchmarks.
- The tool should provide simplified output for the single-run benchmarking results
- Users should be able to start the benchmarking tool with a single command.

Reliability:
Expand All @@ -31,6 +28,11 @@ Performance:
Security:
- The communication between the worker nodes and the coordinator must be encrypted.

Constraints:
- The benchmarking tool must be fully containerized using Docker.
- Users should be able to pull the Docker image from a public Docker repository.
- The tool must include a Docker Compose file.

## Usage

We provide the tool as a Docker image since we primarily intend to benchmark
Expand Down

0 comments on commit afbf7b3

Please sign in to comment.