Skip to content

Commit

Permalink
Install prior to run
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Apr 30, 2019
1 parent 9c4150f commit 2da05ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions benchmark.sh
Expand Up @@ -163,6 +163,15 @@ rm -f $tmpdir/test_file.*

echo "---------------------------------" >> $tmpdir/nems-benchmark.log

printf "Performing 7z Benchmark: " >> $tmpdir/nems-benchmark.log
7z=$(which 7za || which 7zr)
taskset -c 0 "$7z" b
if (( $cores > 4 )); then
taskset -c $(( $cores - 1 )) "$7z" b
fi

echo "---------------------------------" >> $tmpdir/nems-benchmark.log

echo "Filesystem:" >> $tmpdir/nems-benchmark.log
/bin/df -h >> $tmpdir/nems-benchmark.log

Expand Down

0 comments on commit 2da05ac

Please sign in to comment.