From 0f70739999a824dd7378503a930773823e179e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 24 Nov 2022 18:34:41 +0100 Subject: [PATCH] Minor fix in documentation --- theodolite-benchmarks/docker-test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theodolite-benchmarks/docker-test/README.md b/theodolite-benchmarks/docker-test/README.md index 5d7ca3f4a..8f800848f 100644 --- a/theodolite-benchmarks/docker-test/README.md +++ b/theodolite-benchmarks/docker-test/README.md @@ -1,8 +1,8 @@ # Docker Compose Files for Testing This directory contains Docker Compose files, which help testing Benchmark implementations. -For each stream processing engine (Kafka Streams and Flink) and Benchmark (UC1-4), a Docker Compose file is provided -in the corresponding subdirectory. +For each stream processing engine (Kafka Streams, Flink, Hazelcast Jet, Beam/Flink and Beam/Samza) and Benchmark +(UC1-4), a Docker Compose file is provided in the corresponding subdirectory. ## Full Dockerized Testing -- GitLab