Implement consume, single mode.
[libmpd.git] / example / speedtest / test.sh
bloba93609f0a750b5c13b00d21cff864a45e65719ce
1 gcc test.c ../../src/*.c -o test -I../../ -I../../src/ -DNO_SMART_SORT
2 gcc test.c ../../src/*.c -o test2 -I../../ -I../../src/
3 gcc test-mpdata.c ../../src/*.c -o test-mpdata -I../../ -I../../src/ -pg
4 echo "Withouth:"
5 time ./test > /dev/null
6 #output1.txt
7 echo -e "\n\nWith:"
8 time ./test2 > /dev/null
9 #output2.txt