Skip to content
Snippets Groups Projects
Commit d993c9da authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Add hazelcastjet uc1 smoketest

parent 02ebd03b
Branches
Tags
1 merge request!208Add benchmark implementations for Hazelcast Jet
Pipeline #6580 passed
#!/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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment