summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/fio/install.sh
blob: 235163d82980d767d3e6f03bb3a7ffce7c1bb322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

tar -xjf fio-1.21.tar.bz2
cd fio/
make -j $NUM_CPU_JOBS
cd ..

echo "#!/bin/sh
cd fio/
\$TIMER_START
./fio \$@ 2>&1
\$TIMER_STOP
rm -f iometer.1.0" > fio-run
chmod +x fio-run