mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 10:44:02 +08:00
Make eigen_monitor_perf.sh more robust
This commit is contained in:
parent
7f42a93349
commit
3f7fb5a6d6
@ -12,9 +12,9 @@ export CXX_FLAGS="-mfma -w"
|
|||||||
####
|
####
|
||||||
|
|
||||||
BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/$PREFIX
|
BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/$PREFIX
|
||||||
PREVPATH=`pwd`
|
PREVPATH=$(pwd)
|
||||||
cd $EIGEN_SOURCE_PATH/bench/perf_monitoring && ./runall.sh "Haswell 2.6GHz, FMA, Apple's clang" $*
|
cd $EIGEN_SOURCE_PATH/bench/perf_monitoring && ./runall.sh "Haswell 2.6GHz, FMA, Apple's clang" "$@"
|
||||||
cd $PREVPATH
|
cd $PREVPATH || exit 1
|
||||||
|
|
||||||
ALLFILES="$BENCH_PATH/*.png $BENCH_PATH/*.html $BENCH_PATH/index.html $BENCH_PATH/s1.js $BENCH_PATH/s2.js"
|
ALLFILES="$BENCH_PATH/*.png $BENCH_PATH/*.html $BENCH_PATH/index.html $BENCH_PATH/s1.js $BENCH_PATH/s2.js"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user