panthema / 2008 / 0714-cryptography-speedtest-comparison / crypto-speedtest-0.1 / results-flags / run-win32.bat (Download File)
echo Running speedtests

cd mingw-O0
speedtest_custom
speedtest_cryptopp
cd ..

cd mingw-O1
speedtest_custom
speedtest_cryptopp
cd ..

cd mingw-O2
speedtest_custom
speedtest_cryptopp
cd ..

cd mingw-O3
speedtest_custom
speedtest_cryptopp
cd ..

cd mingw-Os
speedtest_custom
speedtest_cryptopp
cd ..

cd msvc8-Od
speedtest_custom
speedtest_cryptopp
cd ..

cd msvc8-O1
speedtest_custom
speedtest_cryptopp
cd ..

cd msvc8-O2
speedtest_custom
speedtest_cryptopp
cd ..

cd msvc8-Ox
speedtest_custom
speedtest_cryptopp
cd ..