diff --git a/theodolite-benchmarks/docker-test/uc1-hazelcastjet-docker-compose/test.sh b/theodolite-benchmarks/docker-test/uc1-hazelcastjet-docker-compose/test.sh
new file mode 100755
index 0000000000000000000000000000000000000000..4d6c4c3bd940ca87ebb34c51b3eeeb7ea7dc4e3d
--- /dev/null
+++ b/theodolite-benchmarks/docker-test/uc1-hazelcastjet-docker-compose/test.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+sleep 55s # to let the benchmark and produce some output
+
+docker-compose logs --tail 100 benchmark |
+    sed -n 's/^.*key":"//p' | # cut the first part before the key
+    sed 's/","value.*//' | # cut the rest after the key
+    sort |
+    uniq |
+    wc -l |
+    grep "\b10\b"