skrypt do wykonania testu implementacji tablicowej drzewa czerwono czarnego


1
2
3
4
5
6
7
8
if [ $# != 1 ]; then
    echo "use\test00.sh seed"
    exit
fi

g++ -m64 -O3 -march=native -std=c++0x -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/usr/include/qt5 -I/usr/include/qt5/QtCore test00.cpp -lQt5Core -lpthread -o test00

./test00 10000 100000 100000 $1 300 30 300 1 300 300 300 300 300 300 300 300 300 300 100

Komentarze

Popularne posty z tego bloga

benchmark 00 tablicowej implementacji drzew czerwono czarnych

metodyka testowania implementacji drzew czerwono czarnych na bazie tablicy