Skip to content
Snippets Groups Projects
Commit cad24b72 authored by Sören Henning's avatar Sören Henning
Browse files

Mix wrong parsing template

parent 0fa1acd2
Branches
Tags v1.1
1 merge request!232Add smoke tests for benchmark
Pipeline #6287 canceled
#!/bin/sh #!/bin/sh
docker-compose logs --tail 100 benchmark-taskmanager | docker-compose logs --tail 100 benchmark-taskmanager |
sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\1 \2/p" | sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
tee /dev/tty | tee /dev/tty |
awk '{print $1}'| jq .identifier |
sort | sort |
uniq | uniq |
wc -l | wc -l |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment