5 lines
207 B
Bash
5 lines
207 B
Bash
|
|
echo "start test"
|
||
|
|
./apps/benchmark_lvl1 --iterations=100 >> test_result.txt
|
||
|
|
./apps/benchmark_lvl3 --iterations=100 >> test_result.txt
|
||
|
|
./apps/benchmark_lvl5 --iterations=100 >> test_result.txt
|
||
|
|
echo "end test"
|