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

Adapt smoke test uc1 to the new logging method

parent c8bedf9f
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
sleep 55s # to let the benchmark and produce some output sleep 55s # to let the benchmark and produce some output
docker-compose logs --tail 100 benchmark | docker-compose logs --tail 100 benchmark |
sed -n 's/^.*key":"//p' | # cut the first part before the key sed -n 's/^.*identifier":"//p' | # cut the first part before the key
sed 's/","value.*//' | # cut the rest after the key sed 's/","timestamp.*//' | # cut the rest after the key
sort | sort |
uniq | uniq |
wc -l | wc -l |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment