Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/14160 )
Change subject: [scripts] updated wire_protocol-test results pattern ...................................................................... Patch Set 1: > Did you test this manually? Yes, I did: dhcp-10-16-1-116:bench-logs$ /bin/sh do.sh WireProtocolBenchmark*.log 7.50341249 dhcp-10-16-1-116:bench-logs$ for i in `ls WireProtocolBenchmark*`; do /bin/sh do.sh $i; done 7.50341249 7.52187842 7.41382797 7.83984241 7.47444649 7.41662081 7.42355269 7.41837985 7.39584281 7.43238631 dhcp-10-16-1-116:bench-logs$ dhcp-10-16-1-116:bench-logs$ cat do.sh #!/bin/sh log=$1 real=`grep "Converting to PB with column count" $log | sed 's|^.*: \([[:digit:].]*\) cycles/cell$|\1|'` echo $real -- To view, visit http://gerrit.cloudera.org:8080/14160 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I648414979f97c97740f792606f4e04fe611a8076 Gerrit-Change-Number: 14160 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Thu, 29 Aug 2019 00:05:25 +0000 Gerrit-HasComments: No
