mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Fix perf monitoring merge function
This commit is contained in:
parent
ab773c7e91
commit
82f54ad144
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user