mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add recent gemm related changesets and various cleanups in perf-monitoring
This commit is contained in:
@@ -148,9 +148,10 @@ make_backup $WORKING_DIR_PREFIX"c"$bench
|
||||
cut -f1 -d"#" < changesets.txt | grep -E '[[:alnum:]]' | while read rev
|
||||
do
|
||||
if [ ! -z '$rev' ]; then
|
||||
echo "Testing rev $rev"
|
||||
rev2=`echo $rev | cut -f 2 -d':'`
|
||||
echo "Testing rev $rev, $rev2"
|
||||
cd eigen_src
|
||||
hg up -C $rev > /dev/null
|
||||
hg up -C $rev2 > /dev/null
|
||||
actual_rev=`hg identify | cut -f1 -d' '`
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user