0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Fix perf monitoring merge function

This commit is contained in:
Clément Grégoire
2020-04-23 13:58:01 +00:00
parent ab773c7e91
commit 82f54ad144

View File

@@ -107,7 +107,7 @@ function test_current
prev=""
if [ -e "$name.backup" ]; then
prev=`grep $rev "$name.backup" | cut -c 14-`
prev=`grep $rev "$name.backup" | cut -d ' ' -f 2-`
fi
res=$prev
count_rev=`echo $prev | wc -w`