mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fix perf monitoring merge function
This commit is contained in:
parent
ab773c7e91
commit
82f54ad144
@ -107,7 +107,7 @@ function test_current
|
|||||||
|
|
||||||
prev=""
|
prev=""
|
||||||
if [ -e "$name.backup" ]; then
|
if [ -e "$name.backup" ]; then
|
||||||
prev=`grep $rev "$name.backup" | cut -c 14-`
|
prev=`grep $rev "$name.backup" | cut -d ' ' -f 2-`
|
||||||
fi
|
fi
|
||||||
res=$prev
|
res=$prev
|
||||||
count_rev=`echo $prev | wc -w`
|
count_rev=`echo $prev | wc -w`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user