old-benchmark-code/kernel/stress.sh

19 lines
206 B
Bash
Executable File

#!/bin/bash -x
cd /root/benchmarks/kernel/
hosts="try1 try2 try3"
for host in ${hosts}; do
echo {host}
date -u
sync
./build.pl
date -u
sync
date -u
./build.pl --clean
date -u
sync
date -u
done